diff options
-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 |