From: Eli Zaretskii Date: Sat, 12 Dec 2020 13:05:26 +0000 (+0200) Subject: ; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074) X-Git-Tag: emacs-28.0.90~4757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db339f6dd1280cfd97309b1390cfa59c47e296b9;p=emacs.git ; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074) --- diff --git a/lisp/info.el b/lisp/info.el index ad94c9edee0..c049aa88a5d 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