aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-28 04:14:41 +0000
committerRichard M. Stallman <[email protected]>1994-06-28 04:14:41 +0000
commitb4d8de7df4cb6d2d1f5f36801b8687336edcb4ee (patch)
treef4ecc58f7207531911e823a41965519b09ad6fa6
parent0086b593a74cf5c597c76383600bf3d7cbcdb127 (diff)
(Info-index): Fix typo: t => \t.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index faf478ea83..3bfc692e18 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")