]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-index): Fix typo: t => \t.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 1994 04:14:41 +0000 (04:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Jun 1994 04:14:41 +0000 (04:14 +0000)
lisp/info.el

index faf478ea83613113608e01f2dc019904ea6fcdc7..3bfc692e18c7b191462ba432f10468508b6da84e 100644 (file)
@@ -1157,7 +1157,7 @@ Give a blank topic name to go to the Index node itself."
   (interactive "sIndex topic: ")
   (let ((orignode Info-current-node)
        (rnode nil)
-       (pattern (format "\n\\* \\([^\n:]*%s[^\n:]*\\):[ \t]*\\([^.\n]*\\)\\.[ t]*\\([0-9]*\\)"
+       (pattern (format "\n\\* \\([^\n:]*%s[^\n:]*\\):[ \t]*\\([^.\n]*\\)\\.[ \t]*\\([0-9]*\\)"
                         (regexp-quote topic)))
        node)
     (Info-goto-node "Top")