projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45ce78
)
; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Dec 2020 13:05:26 +0000
(15:05 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Dec 2020 13:05:26 +0000
(15:05 +0200)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index ad94c9edee09e3adfb76c2889db413dfecd83eb4..c049aa88a5d58ece2a0f09f2d834841e56c64b2e 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2473,7
+2473,7
@@
Table of contents is created from the tree structure of menus."
(setq bound (or (and (equal nodename "Top")
(save-excursion
(re-search-forward
- "^[ \t
-—
]*The Detailed Node Listing" nil t)))
+ "^[ \t
—-
]*The Detailed Node Listing" nil t)))
bound))
(while (< (point) bound)
(cond