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 8dee0dc6936..e12cc18e134 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1540,7 +1540,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." | |||
| 1540 | (setq i (+ i 1))) | 1540 | (setq i (+ i 1))) |
| 1541 | (Info-goto-node target))) | 1541 | (Info-goto-node target))) |
| 1542 | 1542 | ||
| 1543 | (defconst Info-menu-entry-name-re "\\(?:[^:\n]+\\|:[^,.;() \t\n]\\)*" | 1543 | (defconst Info-menu-entry-name-re "\\(?:[^:\n]+\\|:[^:,.;() \t\n]\\)*" |
| 1544 | "Regexp that matches a menu entry name upto but not including the colon. | 1544 | "Regexp that matches a menu entry name upto but not including the colon. |
| 1545 | Because of ambiguities, this should be concatenated with something like | 1545 | Because of ambiguities, this should be concatenated with something like |
| 1546 | `:' and `Info-following-node-name-re'.") | 1546 | `:' and `Info-following-node-name-re'.") |