(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:
parent
396f3b2751
commit
08eba4dc5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue