diff options
author | Dave Love <fx@gnu.org> | 2000-10-23 17:33:29 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-23 17:33:29 +0000 |
commit | 16ed4c479ef84d7218498b24c6ba477a441b6a39 (patch) | |
tree | f56fb5a23d1e0948294483f346c6c4ddb2a9f82d /man | |
parent | 0dcf8835e38d34606d12882bcd0866bb9af7339c (diff) | |
download | emacs-16ed4c479ef84d7218498b24c6ba477a441b6a39.tar.gz |
refill mode
Diffstat (limited to 'man')
-rw-r--r-- | man/text.texi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/text.texi b/man/text.texi index c2fb149280a..cd0c13e3d31 100644 --- a/man/text.texi +++ b/man/text.texi @@ -392,6 +392,7 @@ Text}). * 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, and it should return the appropriate fill prefix based on that 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 |