# HG changeset patch # User Eli Zaretskii # Date 1177752689 0 # Node ID 46be36be76e951faf76d2e0d71c57259c97cb221 # Parent df473f778bb025a44f2457198332f80dea1a84ee (fill-paragraph): Doc fix. diff -r df473f778bb0 -r 46be36be76e9 lisp/textmodes/fill.el --- 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.