]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-fontify-node): Don't refill over lines ending in a
authorKim F. Storm <storm@cua.dk>
Thu, 5 Jun 2003 23:23:53 +0000 (23:23 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 5 Jun 2003 23:23:53 +0000 (23:23 +0000)
period; this should fix problems with lists like one in the
(emacs)Library Keywords section.

lisp/info.el

index a20f517fae30804f61119a8549ed14846092f913..7cd20298b6b47dac8c4e58f034ecee822372f05e 100644 (file)
@@ -2901,7 +2901,7 @@ the variable `Info-file-list-for-emacs'."
        (let ((fill-nobreak-invisible t)
              (fill-individual-varying-indent nil)
              (paragraph-start "\f\\|[ \t]*[-*]\\|[ \t]*$")
-             (paragraph-separate "[ \t]*[-*]\\|[ \t\f]*$")
+             (paragraph-separate ".*\\.[ \t]*\n[ \t]\\|[ \t]*[-*]\\|[ \t\f]*$")
              (adaptive-fill-mode nil))
          (goto-char (point-max))
          (while paragraph-markers