Mercurial > emacs
changeset 51760:e335a2d06fd8
(Info-menu-entry-name-re): Disallow : again: I misunderstood the problem.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 06 Jul 2003 17:00:41 +0000 |
parents | fab51788b2a1 |
children | 856170cb64e9 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sun Jul 06 16:35:23 2003 +0000 +++ b/lisp/info.el Sun Jul 06 17:00:41 2003 +0000 @@ -1540,7 +1540,7 @@ (setq i (+ i 1))) (Info-goto-node target))) -(defconst Info-menu-entry-name-re "\\(?:[^:\n]\\|:[^,.;() \t\n]\\)*" +(defconst Info-menu-entry-name-re "\\(?:[^:\n]\\|:[^:,.;() \t\n]\\)*" "Regexp that matches a menu entry name upto but not including the colon. Because of ambiguities, this should be concatenated with something like `:' and `Info-following-node-name-re'.")