* lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
This commit is contained in:
parent
3d49267055
commit
c026460bc4
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue