From: Kim F. Storm Date: Tue, 28 Jan 2003 12:08:36 +0000 (+0000) Subject: (Info-extract-menu-node-name): Another fix for X-Git-Tag: ttn-vms-21-2-B4~11433 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d656c0bc64b5b8cc29c1e0a6809cd4b43e670811;p=emacs.git (Info-extract-menu-node-name): Another fix for 2003-01-24 change. Also stop search if : is followed by TAB. --- diff --git a/lisp/info.el b/lisp/info.el index c404bd51651..cf3b8e2ab78 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 ":*[,.;) \n]")) + (while (not (looking-at ":*[,.;) \t\n]")) (skip-chars-forward "^:") (forward-char 1)) (setq str