changeset 77515:9fc65820907c

(fill-paragraph): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Apr 2007 13:28:14 +0000
parents 024868c01b92
children 49f46f28f60e
files lisp/textmodes/fill.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Apr 27 06:26:09 2007 +0000
+++ b/lisp/textmodes/fill.el	Fri Apr 27 13:28:14 2007 +0000
@@ -748,7 +748,9 @@
     (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.