+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
\(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)