; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
This commit is contained in:
parent
f45ce78c40
commit
db339f6dd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue