; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)

This commit is contained in:
Eli Zaretskii 2020-12-12 15:05:26 +02:00
parent f45ce78c40
commit db339f6dd1

View file

@ -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