# HG changeset patch # User Eli Zaretskii # Date 1177680494 0 # Node ID 9fc65820907cefb1ef9027fac5adfe79245857b8 # Parent 024868c01b923dd29e4722f45b9b87588bae3f2f (fill-paragraph): Doc fix. diff -r 024868c01b92 -r 9fc65820907c lisp/textmodes/fill.el --- 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.