diff options
| author | Glenn Morris | 2010-11-09 23:59:00 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-09 23:59:00 -0800 |
| commit | c026460bc47f9c3be3fc27efb014c39d782a955e (patch) | |
| tree | 1389388a445a254244d954f0cf7e432d2d23fa7b /lisp/textmodes | |
| parent | 3d49267055188e2f4bf052c4e1a376ec509d3304 (diff) | |
| download | emacs-c026460bc47f9c3be3fc27efb014c39d782a955e.tar.gz emacs-c026460bc47f9c3be3fc27efb014c39d782a955e.zip | |
* lisp/textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 4c3dbda80b0..ff021532c50 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1439,8 +1439,7 @@ The argument is the kind of section, either `normal' or `no-pointer'." | |||
| 1439 | (end-of-line) ; this handles prev node top case | 1439 | (end-of-line) ; this handles prev node top case |
| 1440 | (re-search-backward ; when point is already | 1440 | (re-search-backward ; when point is already |
| 1441 | "^@node" ; at the beginning of @node line | 1441 | "^@node" ; at the beginning of @node line |
| 1442 | ;; FIXME this can't be right. Missing the point? | 1442 | (line-beginning-position -2) |
| 1443 | (save-excursion (forward-line -3)) | ||
| 1444 | t) | 1443 | t) |
| 1445 | (setq name (texinfo-copy-node-name))) | 1444 | (setq name (texinfo-copy-node-name))) |
| 1446 | ((eq kind 'no-pointer) | 1445 | ((eq kind 'no-pointer) |