emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master db339f6: ; * lisp/info.el (Info-toc-build): Fix last change. (Bu


From: Eli Zaretskii
Subject: master db339f6: ; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
Date: Sat, 12 Dec 2020 08:06:05 -0500 (EST)

branch: master
commit db339f6dd1280cfd97309b1390cfa59c47e296b9
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/info.el (Info-toc-build): Fix last change.  (Bug#28074)
---
 lisp/info.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index ad94c9e..c049aa8 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]