emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104889: * textmodes/fill.el (fill-re


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104889: * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
Date: Sat, 02 Jul 2011 23:42:49 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104889
fixes bug(s): http://debbugs.gnu.org/7845
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 23:42:49 +0200
message:
  * 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).
modified:
  lisp/ChangeLog
  lisp/textmodes/fill.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-02 20:59:18 +0000
+++ b/lisp/ChangeLog    2011-07-02 21:42:49 +0000
@@ -1,5 +1,9 @@
 2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/textmodes/fill.el'
--- a/lisp/textmodes/fill.el    2011-06-25 18:21:00 +0000
+++ b/lisp/textmodes/fill.el    2011-07-02 21:42:49 +0000
@@ -988,7 +988,7 @@
 (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',


reply via email to

[Prev in Thread] Current Thread [Next in Thread]