mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(Info-index): Fix typo: t => \t.
This commit is contained in:
parent
0086b593a7
commit
b4d8de7df4
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user