diff lisp/info.el @ 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 b313796ea830
children c7ff2d3a33ee 0fe073a08cef
line wrap: on
line diff
--- 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)