diff options
| author | Richard M. Stallman | 2004-11-21 00:36:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-21 00:36:34 +0000 |
| commit | 40e1bc3dff13fa86a726add63ba05a23ac265a16 (patch) | |
| tree | 1e7f8b9e1b869c2804ec35ffca671c5a72989e29 | |
| parent | c2efe6c042999be426cc9f262ff7e71536ae1482 (diff) | |
| download | emacs-40e1bc3dff13fa86a726add63ba05a23ac265a16.tar.gz emacs-40e1bc3dff13fa86a726add63ba05a23ac265a16.zip | |
(Fill Prefix): M-q doesn't apply fill prefix to first line.
| -rw-r--r-- | man/text.texi | 13 |
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 | |||
| 619 | 619 | ||
| 620 | When a fill prefix is in effect, the fill commands remove the fill | 620 | When a fill prefix is in effect, the fill commands remove the fill |
| 621 | prefix from each line before filling and insert it on each line after | 621 | prefix from each line before filling and insert it on each line after |
| 622 | filling. Auto Fill mode also inserts the fill prefix automatically when | 622 | filling. (The beginning of the first line is left unchanged, since |
| 623 | it makes a new line. The @kbd{C-o} command inserts the fill prefix on | 623 | often that is intentionally different.) Auto Fill mode also inserts |
| 624 | new lines it creates, when you use it at the beginning of a line | 624 | the fill prefix automatically when it makes a new line. The @kbd{C-o} |
| 625 | (@pxref{Blank Lines}). Conversely, the command @kbd{M-^} deletes the | 625 | command inserts the fill prefix on new lines it creates, when you use |
| 626 | prefix (if it occurs) after the newline that it deletes | 626 | it at the beginning of a line (@pxref{Blank Lines}). Conversely, the |
| 627 | (@pxref{Indentation}). | 627 | command @kbd{M-^} deletes the prefix (if it occurs) after the newline |
| 628 | that it deletes (@pxref{Indentation}). | ||
| 628 | 629 | ||
| 629 | For example, if @code{fill-column} is 40 and you set the fill prefix | 630 | For example, if @code{fill-column} is 40 and you set the fill prefix |
| 630 | to @samp{;; }, then @kbd{M-q} in the following text | 631 | to @samp{;; }, then @kbd{M-q} in the following text |