# HG changeset patch # User Kim F. Storm # Date 1054855433 0 # Node ID d33fae39a99ca4748a6468ab231550b8c14c3f1e # Parent e3e5e796ceade918a201e4b6698b673f8d5e9545 (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. diff -r e3e5e796cead -r d33fae39a99c lisp/info.el --- 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