(Info-fontify-node): Don't refill over lines ending in a

period; this should fix problems with lists like one in the
(emacs)Library Keywords section.
This commit is contained in:
Kim F. Storm 2003-06-05 23:23:53 +00:00
parent 396f3b2751
commit 08eba4dc5e

View 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