From db339f6dd1280cfd97309b1390cfa59c47e296b9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Dec 2020 15:05:26 +0200 Subject: [PATCH] ; * 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 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 -- 2.39.2