aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/fill.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 7b4f73c2d1f..85b16931ec8 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -748,7 +748,9 @@ space does not end a sentence, so don't break a line there."
748 (fill-paragraph arg))) 748 (fill-paragraph arg)))
749 749
750(defun fill-paragraph (arg) 750(defun fill-paragraph (arg)
751 "Fill paragraph at or after point. Prefix ARG means justify as well. 751 "Fill paragraph at or after point.
752
753If ARG is non-nil (interactively, with prefix argument), justify as well.
752If `sentence-end-double-space' is non-nil, then period followed by one 754If `sentence-end-double-space' is non-nil, then period followed by one
753space does not end a sentence, so don't break a line there. 755space does not end a sentence, so don't break a line there.
754the variable `fill-column' controls the width for filling. 756the variable `fill-column' controls the width for filling.