changeset 77587:46be36be76e9

(fill-paragraph): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 28 Apr 2007 09:31:29 +0000
parents df473f778bb0
children dc5b68a6201d
files lisp/textmodes/fill.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Sat Apr 28 04:17:12 2007 +0000
+++ b/lisp/textmodes/fill.el	Sat Apr 28 09:31:29 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.