From: Eli Zaretskii Date: Sat, 28 Apr 2007 09:32:26 +0000 (+0000) Subject: (fill-paragraph): Doc fix. X-Git-Tag: emacs-pretest-22.0.990~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9bdfaa4e48cefa69969e91fda4f79639d0fdb40;p=emacs.git (fill-paragraph): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58eb93d19a0..f964b355e10 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-28 Eli Zaretskii + + * textmodes/fill.el (fill-paragraph): Doc fix. + 2007-04-28 Glenn Morris * image-dired.el (image-dired-cmd-create-thumbnail-options) 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.