From: Chong Yidong Date: Wed, 8 Apr 2009 04:02:31 +0000 (+0000) Subject: * textmodes/fill.el (fill-paragraph): Doc fix. X-Git-Tag: emacs-pretest-23.0.93~202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=157bca466be94c4d5ac762e9da9a56e0e44e6395;p=emacs.git * textmodes/fill.el (fill-paragraph): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cef0687f45c..9eab4663c9b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-04-08 Chong Yidong + + * textmodes/fill.el (fill-paragraph): Doc fix. + 2009-04-07 Chong Yidong * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix. diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index e5c3c59ade3..c3ec0b95cb4 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -780,9 +780,10 @@ argument to it), and if it returns non-nil, we simply return its value. If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling. -Interactively (when `region' is non-nil) in Transient Mark mode when -the mark is active, call `fill-region' to fill each of the paragraphs -in the active region." +The REGION argument is non-nil if called interactively; in that +case, if Transient Mark mode is enabled and the mark is active, +call `fill-region' to fill each of the paragraphs in the active +region, instead of just filling the current paragraph." (interactive (progn (barf-if-buffer-read-only) (list (if current-prefix-arg 'full) t)))