changeset 51504:d33fae39a99c

(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.
author Kim F. Storm <storm@cua.dk>
date Thu, 05 Jun 2003 23:23:53 +0000
parents e3e5e796cead
children 96facfc71511
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Thu Jun 05 23:23:23 2003 +0000
+++ b/lisp/info.el	Thu Jun 05 23:23:53 2003 +0000
@@ -2901,7 +2901,7 @@
 	(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