(Info-find-emacs-command-nodes): Adapt to Texinfo-4.7 style indexes.

This commit is contained in:
Luc Teirlinck 2004-10-24 18:36:28 +00:00
parent 213856ba58
commit f254e21f8c
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -3248,7 +3248,8 @@ The locations are of the format used in `Info-history', i.e.
\(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)