(Info-extract-menu-node-name): Another fix for
authorKim F. Storm <storm@cua.dk>
Tue, 28 Jan 2003 12:08:36 +0000 (12:08 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 28 Jan 2003 12:08:36 +0000 (12:08 +0000)
2003-01-24 change.  Also stop search if : is followed by TAB.

lisp/info.el

index c404bd5..cf3b8e2 100644 (file)
@@ -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