summaryrefslogtreecommitdiff
path: root/man/text.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-21 00:36:34 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-21 00:36:34 +0000
commitf9cfa2629741926322214b876a83f2b94b4b7bb0 (patch)
treee6c4fd5ac5dde52ef773cfc000109f6ca29c9004 /man/text.texi
parentce73bd2dc073474f742f9e936bb2e67002939fee (diff)
downloademacs-f9cfa2629741926322214b876a83f2b94b4b7bb0.tar.gz
(Fill Prefix): M-q doesn't apply fill prefix to first line.
Diffstat (limited to 'man/text.texi')
-rw-r--r--man/text.texi13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/text.texi b/man/text.texi
index 5e97c7183ed..a83e78cc211 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -619,12 +619,13 @@ beginning of a line.@refill
When a fill prefix is in effect, the fill commands remove the fill
prefix from each line before filling and insert it on each line after
-filling. Auto Fill mode also inserts the fill prefix automatically when
-it makes a new line. The @kbd{C-o} command inserts the fill prefix on
-new lines it creates, when you use it at the beginning of a line
-(@pxref{Blank Lines}). Conversely, the command @kbd{M-^} deletes the
-prefix (if it occurs) after the newline that it deletes
-(@pxref{Indentation}).
+filling. (The beginning of the first line is left unchanged, since
+often that is intentionally different.) Auto Fill mode also inserts
+the fill prefix automatically when it makes a new line. The @kbd{C-o}
+command inserts the fill prefix on new lines it creates, when you use
+it at the beginning of a line (@pxref{Blank Lines}). Conversely, the
+command @kbd{M-^} deletes the prefix (if it occurs) after the newline
+that it deletes (@pxref{Indentation}).
For example, if @code{fill-column} is 40 and you set the fill prefix
to @samp{;; }, then @kbd{M-q} in the following text