aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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