Mercurial > emacs
changeset 57672:d8b07169ce26
(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 24 Oct 2004 18:36:28 +0000 |
parents | 4c62dfe8a868 |
children | f738754c0b1c |
files | lisp/ChangeLog lisp/info.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 24 13:26:10 2004 +0000 +++ b/lisp/ChangeLog Sun Oct 24 18:36:28 2004 +0000 @@ -1,3 +1,8 @@ +2004-10-24 Luc Teirlinck <teirllm@auburn.edu> + + * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 + style indexes. + 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> * simple.el (process-file): Accept nil for INFILE. Reported by
--- a/lisp/info.el Sun Oct 24 13:26:10 2004 +0000 +++ b/lisp/info.el Sun Oct 24 18:36:28 2004 +0000 @@ -3248,7 +3248,8 @@ \(FILENAME NODENAME BUFFERPOS\)." (let ((where '()) (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command)) - "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\.$")) + "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\." + "\\([ \t]*(line[ \t]*[0-9]*)\\)?$")) (info-file "emacs")) ;default ;; Determine which info file this command is documented in. (if (get command 'info-file)