diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-28 04:14:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-28 04:14:41 +0000 |
commit | 1b7f712d6a8cf0d0d8feaaa5feadaccf484ca2da (patch) | |
tree | 4b7c16c9eede5510d2dca83f9fe30ae93542b87b /lisp/info.el | |
parent | 508810f405af7edaa3ee2f575badeaf309810808 (diff) | |
download | emacs-1b7f712d6a8cf0d0d8feaaa5feadaccf484ca2da.tar.gz |
(Info-index): Fix typo: t => \t.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index faf478ea836..3bfc692e18c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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") |