]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-extract-menu-node-name): Fix 2003-01-24 change.
authorKim F. Storm <storm@cua.dk>
Sun, 26 Jan 2003 17:51:53 +0000 (17:51 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 26 Jan 2003 17:51:53 +0000 (17:51 +0000)
Don't search for next colon if current colon is followed by
one of ".", ",", ";", or ")".

lisp/info.el

index f25c5b2d0b584cee318696dbda1e68ff750fcbf8..42c9889d8e3a2724b8e6615029bb3d225f715698 100644 (file)
@@ -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