From: Andreas Schwab Date: Thu, 20 Feb 2003 12:40:36 +0000 (+0000) Subject: (Info-extract-menu-node-name): Stop if colon is X-Git-Tag: ttn-vms-21-2-B4~11118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9d3d47f9cf8e2be603b4878bb10109aaf946cff;p=emacs.git (Info-extract-menu-node-name): Stop if colon is followed by open paren. --- diff --git a/lisp/info.el b/lisp/info.el index 5af0787d505..cbd6e852d78 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1486,7 +1486,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." (skip-chars-forward " \t\n") (let ((beg (point)) str i) - (while (not (looking-at ":*[,.;) \t\n]")) + (while (not (looking-at ":*[,.;() \t\n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str