Mercurial > emacs
changeset 102881:1bdb6d2477f5
* textmodes/fill.el (fill-paragraph): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 08 Apr 2009 04:02:31 +0000 |
parents | 7329e5049206 |
children | 40a6ace09cb5 |
files | lisp/ChangeLog lisp/textmodes/fill.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Apr 08 03:05:03 2009 +0000 +++ b/lisp/ChangeLog Wed Apr 08 04:02:31 2009 +0000 @@ -1,3 +1,7 @@ +2009-04-08 Chong Yidong <cyd@stupidchicken.com> + + * textmodes/fill.el (fill-paragraph): Doc fix. + 2009-04-07 Chong Yidong <cyd@stupidchicken.com> * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
--- a/lisp/textmodes/fill.el Wed Apr 08 03:05:03 2009 +0000 +++ b/lisp/textmodes/fill.el Wed Apr 08 04:02:31 2009 +0000 @@ -780,9 +780,10 @@ 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)))