diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/info.el | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'lisp/info.el')
| -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 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. |
| 2670 | Because of ambiguities, this should be concatenated with something like | 2670 | Because 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 | ||