From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 21:42:49 +0000 (+0200) Subject: * textmodes/fill.el (fill-region): Remove the "Ordinarily" from X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8392169cdc28291a99509e22c0b076d256b33c7;p=emacs.git * 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). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a154c06a3d..ed3ae3623c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2011-07-02 Lars Magne Ingebrigtsen + * 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). + * simple.el (shell-command-on-region): Say where the error output went if `shell-command-default-error-buffer' is set (bug#6857). 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',