From 157bca466be94c4d5ac762e9da9a56e0e44e6395 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 8 Apr 2009 04:02:31 +0000 Subject: [PATCH] * textmodes/fill.el (fill-paragraph): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/textmodes/fill.el | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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))) -- 2.39.5