diff options
| author | Sean Whitton | 2025-06-27 14:14:36 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-06-27 14:14:36 +0100 |
| commit | 0c0ac8d48a154779bc349da9fae2a2cf0230ff5d (patch) | |
| tree | c1ceb641d532a26acd344902ea7b566ea712be27 /doc | |
| parent | 772099bc9b8043d46154992e1f06d7b4aa9ceccd (diff) | |
| download | emacs-0c0ac8d48a154779bc349da9fae2a2cf0230ff5d.tar.gz emacs-0c0ac8d48a154779bc349da9fae2a2cf0230ff5d.zip | |
'C-u C-x .' clears the fill prefix
* lisp/textmodes/fill.el (set-fill-prefix): When called
interactively with a prefix argument, clear the fill prefix,
just like how 'C-u C-x C-n' clears the goal column.
* doc/emacs/text.texi (Fill Prefix):
* etc/NEWS: Document the change.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/text.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 5635171f5cf..51c6c2c5dc7 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -699,8 +699,9 @@ a new paragraph. | |||
| 699 | To specify a fill prefix for the current buffer, move to a line that | 699 | To specify a fill prefix for the current buffer, move to a line that |
| 700 | starts with the desired prefix, put point at the end of the prefix, | 700 | starts with the desired prefix, put point at the end of the prefix, |
| 701 | and type @w{@kbd{C-x .}}@: (@code{set-fill-prefix}). (That's a period | 701 | and type @w{@kbd{C-x .}}@: (@code{set-fill-prefix}). (That's a period |
| 702 | after the @kbd{C-x}.) To turn off the fill prefix, specify an empty | 702 | after the @kbd{C-x}.) To turn off the fill prefix, either type |
| 703 | prefix: type @w{@kbd{C-x .}}@: with point at the beginning of a line. | 703 | @w{@kbd{C-u C-x .}}@: or specify an empty prefix: type @w{@kbd{C-x .}}@: |
| 704 | with point at the beginning of a line. | ||
| 704 | 705 | ||
| 705 | When a fill prefix is in effect, the fill commands remove the fill | 706 | When a fill prefix is in effect, the fill commands remove the fill |
| 706 | prefix from each line of the paragraph before filling, and insert it | 707 | prefix from each line of the paragraph before filling, and insert it |