mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* 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).
This commit is contained in:
parent
6dd56db46d
commit
a8392169cd
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* 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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue