summaryrefslogtreecommitdiff
path: root/lisp/textmodes/fill.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-04-08 04:02:31 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-04-08 04:02:31 +0000
commitbac73b2974c4e5bfce68c9ac467ab7c4f2e894e9 (patch)
tree1c0bfbc83f98b5ddceadcaa52dafe78c59121b62 /lisp/textmodes/fill.el
parent64b0d95ec4caf4abd38cb437e0e2f1b50b99c084 (diff)
downloademacs-bac73b2974c4e5bfce68c9ac467ab7c4f2e894e9.tar.gz
* textmodes/fill.el (fill-paragraph): Doc fix.
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r--lisp/textmodes/fill.el7
1 files changed, 4 insertions, 3 deletions
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)))