]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-paragraph): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Apr 2007 13:29:20 +0000 (13:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Apr 2007 13:29:20 +0000 (13:29 +0000)
lisp/ChangeLog
lisp/textmodes/fill.el

index 671945ec5b365655c994d9e32372ae00ab0c5459..746188ceeca26fa594eed61d826eabc93f270064 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * textmodes/fill.el (fill-paragraph): Doc fix.
+
 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
 
        * locate.el (locate-in-alternate-database): Doc fix.
index 7b4f73c2d1fc1c78fe54d3077fb2f84600f4b428..85b16931ec800e141e76db03117c5d0aa589e3ac 100644 (file)
@@ -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.