X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Finfo.el;h=2bd88a1c69b06c770c3df04f337c4d13c7a9cdf8;hb=dbf2768f7b146e97e37a27316f70bb313f1acf15;hp=f9e74d03d996747f10c765daae0402ef2d599059;hpb=042cabb13b0419d8aa5cfac9e087d78730d1dbc7;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")