* lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.

This commit is contained in:
Glenn Morris 2010-11-09 23:59:00 -08:00
parent 3d49267055
commit c026460bc4
2 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,8 @@
* emulation/tpu-extras.el (tpu-with-position): New macro.
(tpu-paragraph, tpu-page, tpu-search-internal): Use it.
* textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
* textmodes/texnfo-upd.el (texinfo-all-menus-update)
(texinfo-menu-copy-old-description, texinfo-start-menu-description)
(texinfo-master-menu, texinfo-insert-node-lines)

View file

@ -1439,8 +1439,7 @@ The argument is the kind of section, either `normal' or `no-pointer'."
(end-of-line) ; this handles prev node top case
(re-search-backward ; when point is already
"^@node" ; at the beginning of @node line
;; FIXME this can't be right. Missing the point?
(save-excursion (forward-line -3))
(line-beginning-position -2)
t)
(setq name (texinfo-copy-node-name)))
((eq kind 'no-pointer)