emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog textmodes/fill.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog textmodes/fill.el
Date: Wed, 08 Apr 2009 04:02:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/08 04:02:36

Modified files:
        lisp           : ChangeLog 
        lisp/textmodes : fill.el 

Log message:
        * textmodes/fill.el (fill-paragraph): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15558&r2=1.15559
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/textmodes/fill.el?cvsroot=emacs&r1=1.222&r2=1.223

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15558
retrieving revision 1.15559
diff -u -b -r1.15558 -r1.15559
--- ChangeLog   7 Apr 2009 04:06:39 -0000       1.15558
+++ ChangeLog   8 Apr 2009 04:02:31 -0000       1.15559
@@ -1,3 +1,7 @@
+2009-04-08  Chong Yidong  <address@hidden>
+
+       * textmodes/fill.el (fill-paragraph): Doc fix.
+
 2009-04-07  Chong Yidong  <address@hidden>
 
        * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.

Index: textmodes/fill.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/fill.el,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -b -r1.222 -r1.223
--- textmodes/fill.el   5 Jan 2009 03:24:05 -0000       1.222
+++ textmodes/fill.el   8 Apr 2009 04:02:35 -0000       1.223
@@ -780,9 +780,10 @@
 
 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)))




reply via email to

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