aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton2025-06-27 14:14:36 +0100
committerSean Whitton2025-06-27 14:14:36 +0100
commit0c0ac8d48a154779bc349da9fae2a2cf0230ff5d (patch)
treec1ceb641d532a26acd344902ea7b566ea712be27 /doc
parent772099bc9b8043d46154992e1f06d7b4aa9ceccd (diff)
downloademacs-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.texi5
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
700starts with the desired prefix, put point at the end of the prefix, 700starts with the desired prefix, put point at the end of the prefix,
701and type @w{@kbd{C-x .}}@: (@code{set-fill-prefix}). (That's a period 701and type @w{@kbd{C-x .}}@: (@code{set-fill-prefix}). (That's a period
702after the @kbd{C-x}.) To turn off the fill prefix, specify an empty 702after the @kbd{C-x}.) To turn off the fill prefix, either type
703prefix: 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 .}}@:
704with 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
706prefix from each line of the paragraph before filling, and insert it 707prefix from each line of the paragraph before filling, and insert it