]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2020 13:05:26 +0000 (15:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2020 13:05:26 +0000 (15:05 +0200)
lisp/info.el

index ad94c9edee09e3adfb76c2889db413dfecd83eb4..c049aa88a5d58ece2a0f09f2d834841e56c64b2e 100644 (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