diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-04-27 13:29:20 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-04-27 13:29:20 +0000 |
commit | 96bbf28bb898cc3acc7eb175e6f6cb8f53073cd7 (patch) | |
tree | 110b1bcdffd43bde754d3b135341d4677f14abaa /lisp/textmodes/fill.el | |
parent | f1f6b7692d3e9d8cde9e28719e0d9abc13e0c5bf (diff) | |
download | emacs-96bbf28bb898cc3acc7eb175e6f6cb8f53073cd7.tar.gz emacs-96bbf28bb898cc3acc7eb175e6f6cb8f53073cd7.tar.bz2 emacs-96bbf28bb898cc3acc7eb175e6f6cb8f53073cd7.zip |
(fill-paragraph): Doc fix.
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r-- | lisp/textmodes/fill.el | 4 |
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." (fill-paragraph arg))) (defun fill-paragraph (arg) - "Fill paragraph at or after point. Prefix ARG means justify as well. + "Fill paragraph at or after point. + +If ARG is non-nil (interactively, with prefix argument), justify as well. If `sentence-end-double-space' is non-nil, then period followed by one space does not end a sentence, so don't break a line there. the variable `fill-column' controls the width for filling. |