]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-menu-entry-name-re): Disallow : again: I misunderstood the problem.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 6 Jul 2003 17:00:41 +0000 (17:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 6 Jul 2003 17:00:41 +0000 (17:00 +0000)
lisp/info.el

index 5277d5ba327f356671bd90ab9aaf8daf1a52dcf9..a0fe9bce8c24f866bf481c216b03ba15553a9522 100644 (file)
@@ -1540,7 +1540,7 @@ FOOTNOTENAME may be an abbreviation of the reference name."
       (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'.")