summaryrefslogtreecommitdiff
path: root/lisp/textmodes/fill.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 23:42:49 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-02 23:42:49 +0200
commit999f1b5ed529115aee4609cd2c1b614be52f4bf2 (patch)
tree8cdd54702d553f265fd68df88d9e2559bacf1555 /lisp/textmodes/fill.el
parent10310531a9d4e299d068683b1436549253cedd1f (diff)
downloademacs-999f1b5ed529115aee4609cd2c1b614be52f4bf2.tar.gz
* textmodes/fill.el (fill-region): Remove the "Ordinarily" from
the doc string, since it appears that using `fill-column' always controls the width (bug#7845).
Diffstat (limited to 'lisp/textmodes/fill.el')
-rw-r--r--lisp/textmodes/fill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index a85ed982ab0..b264cc30850 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -988,7 +988,7 @@ can take care of filling. JUSTIFY is used as in `fill-paragraph'."
(defun fill-region (from to &optional justify nosqueeze to-eop)
"Fill each of the paragraphs in the region.
A prefix arg means justify as well.
-Ordinarily the variable `fill-column' controls the width.
+The `fill-column' variable controls the width.
Noninteractively, the third argument JUSTIFY specifies which
kind of justification to do: `full', `left', `right', `center',