diff lisp/info.el @ 830:20baef34a0b0

[xemacs-hg @ 2002-05-07 16:13:59 by stephent] fix tab escape <87adrcueez.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 07 May 2002 16:14:04 +0000
parents e38acbeb1cae
children c08a6fa181d1
line wrap: on
line diff
--- a/lisp/info.el	Tue May 07 15:59:03 2002 +0000
+++ b/lisp/info.el	Tue May 07 16:14:04 2002 +0000
@@ -2277,7 +2277,7 @@
 (defun Info-find-index-alternatives (topic)
   (let ((pattern (format "\n\\* \\([^\n:]*%s[^\n:]*\\):[ \t]*%s"
 			 (regexp-quote topic)
-			 "\\(.*\\)\\.[ t]*\\([0-9]*\\)$"))
+			 "\\(.*\\)\\.[ \t]*\\([0-9]*\\)$"))
 	node)
     (message "Searching index for `%s'..." topic)
     (Info-goto-node "Top")