diff options
author | Eli Zaretskii <eliz@gnu.org> | 2020-12-12 15:05:26 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-12-12 15:05:26 +0200 |
commit | db339f6dd1280cfd97309b1390cfa59c47e296b9 (patch) | |
tree | 86c64ef9e22dfc8e7761231903a4ea1dc2b31b6d | |
parent | f45ce78c40e37bf2aab83d2d1183ed896c5c1c4c (diff) | |
download | emacs-db339f6dd1280cfd97309b1390cfa59c47e296b9.tar.gz emacs-db339f6dd1280cfd97309b1390cfa59c47e296b9.tar.bz2 emacs-db339f6dd1280cfd97309b1390cfa59c47e296b9.zip |
; * lisp/info.el (Info-toc-build): Fix last change. (Bug#28074)
-rw-r--r-- | lisp/info.el | 2 |
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 |