# HG changeset patch # User Dave Love # Date 972322409 0 # Node ID 14ce9aa3241a70307417408613cbc22bafe5efad # Parent 26c06437518415f602af7f013000d3d9d07b2614 refill mode diff -r 26c064375184 -r 14ce9aa3241a man/text.texi --- a/man/text.texi Mon Oct 23 17:24:54 2000 +0000 +++ b/man/text.texi Mon Oct 23 17:33:29 2000 +0000 @@ -392,6 +392,7 @@ * Fill Prefix:: Filling paragraphs that are indented or in a comment, etc. * Adaptive Fill:: How Emacs can determine the fill prefix automatically. +* Refill:: Keeping paragraphs filled. @end menu @node Auto Fill @@ -698,6 +699,25 @@ line. If it returns @code{nil}, that means it sees no fill prefix in that line. +@node Refill +@subsection Refill Mode +@cindex refilling text, word processor style +@cindex modes, Refill +@cindex Refill minor mode + +Refill minor mode provides support for keeping paragraphs filled as you +type or modify them in other ways. It provides an effect similar to +typical word processor behaviour. This works by running a +paragraph-filling command at suitable times. + +When you are typing text, only characters which normally trigger auto +filling, like the space character, will trigger refilling. This is to +avoid making it too slow. Apart from self-inserting characters, other +commands which modify the text cause refilling. + +The current implementation is preliminary and probably not robust. We +expect to improve on it. + @node Case @section Case Conversion Commands @cindex case conversion