Mercurial > emacs
changeset 8071:184f2c23ff45
(Info-index): Fix typo: t => \t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Jun 1994 04:14:41 +0000 |
parents | 6f2b80526abc |
children | 48c81a052cea |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Jun 27 23:07:15 1994 +0000 +++ b/lisp/info.el Tue Jun 28 04:14:41 1994 +0000 @@ -1157,7 +1157,7 @@ (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")