From: Kim F. Storm Date: Sun, 26 Jan 2003 17:51:53 +0000 (+0000) Subject: (Info-extract-menu-node-name): Fix 2003-01-24 change. X-Git-Tag: ttn-vms-21-2-B4~11463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66777a9012bba9813e731f7fcde7e4fd932378c2;p=emacs.git (Info-extract-menu-node-name): Fix 2003-01-24 change. Don't search for next colon if current colon is followed by one of ".", ",", ";", or ")". --- diff --git a/lisp/info.el b/lisp/info.el index f25c5b2d0b5..42c9889d8e3 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1484,7 +1484,7 @@ FOOTNOTENAME may be an abbreviation of the reference name." (skip-chars-forward " \t\n") (let ((beg (point)) str i) - (while (not (looking-at ":*[ \n]")) + (while (not (looking-at ":*[,.;) \n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str