summaryrefslogtreecommitdiff
path: root/lisp/info.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-12-12 15:05:26 +0200
committerEli Zaretskii <eliz@gnu.org>2020-12-12 15:05:26 +0200
commitdb339f6dd1280cfd97309b1390cfa59c47e296b9 (patch)
tree86c64ef9e22dfc8e7761231903a4ea1dc2b31b6d /lisp/info.el
parentf45ce78c40e37bf2aab83d2d1183ed896c5c1c4c (diff)
downloademacs-db339f6dd1280cfd97309b1390cfa59c47e296b9.tar.gz
; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
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