aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorStefan Kangas2022-11-18 15:48:22 +0100
committerStefan Kangas2022-11-18 16:02:19 +0100
commitba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch)
treeaee24e35b156969e2450699b3d02621bcec3375e /lisp/info.el
parentc116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff)
downloademacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz
emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip
; Fix typos
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 02dde50dd6a..8860a664bd7 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -2666,7 +2666,7 @@ new buffer."
2666(defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*" 2666(defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*"
2667 ;; We allow newline because this is also used in Info-follow-reference, 2667 ;; We allow newline because this is also used in Info-follow-reference,
2668 ;; where the xref name might be wrapped over two lines. 2668 ;; where the xref name might be wrapped over two lines.
2669 "Regexp that matches a menu entry name upto but not including the colon. 2669 "Regexp that matches a menu entry name up to but not including the colon.
2670Because of ambiguities, this should be concatenated with something like 2670Because of ambiguities, this should be concatenated with something like
2671`:' and `Info-following-node-name-re'.") 2671`:' and `Info-following-node-name-re'.")
2672 2672