X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Finfo.el;h=2bd88a1c69b06c770c3df04f337c4d13c7a9cdf8;hb=3ca93f4c76fca3afcbe47893ef6ac97b12a9c30b;hp=f9e74d03d996747f10c765daae0402ef2d599059;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git- diff --git a/lisp/info.el b/lisp/info.el index f9e74d0..2bd88a1 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2268,7 +2268,7 @@ Give a blank topic name to go to the Index node itself." (interactive "sIndex 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")