From ad0bbcd565743635a9c9a8dae176c7d38c532ef8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 12 Dec 2020 13:33:09 +0100 Subject: [PATCH] Update Info-toc-build parsing * lisp/info.el (Info-toc-build): Update to understand EMDASH instead of a hyphen in the detailed node listing (bug#28074). --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 203f5db96d2..ad94c9edee0 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