From dc92db4ef634fbb73536c36fc5a5366699f909c6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 6 Jul 2003 17:00:41 +0000 Subject: [PATCH] (Info-menu-entry-name-re): Disallow : again: I misunderstood the problem. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 5277d5ba327..a0fe9bce8c2 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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'.") -- 2.39.2