emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog editfns.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src ChangeLog editfns.c
Date: Sun, 10 May 2009 21:48:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/10 21:48:14

Modified files:
        src            : ChangeLog editfns.c 

Log message:
        * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7540&r2=1.7541
http://cvs.savannah.gnu.org/viewcvs/emacs/src/editfns.c?cvsroot=emacs&r1=1.470&r2=1.471

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7540
retrieving revision 1.7541
diff -u -b -r1.7540 -r1.7541
--- ChangeLog   10 May 2009 14:18:47 -0000      1.7540
+++ ChangeLog   10 May 2009 21:48:11 -0000      1.7541
@@ -1,3 +1,7 @@
+2009-05-10  Chong Yidong  <address@hidden>
+
+       * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
+
 2009-05-10  Ulrich Mueller  <address@hidden>
 
        * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.

Index: editfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/editfns.c,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -b -r1.470 -r1.471
--- editfns.c   17 Apr 2009 02:14:50 -0000      1.470
+++ editfns.c   10 May 2009 21:48:13 -0000      1.471
@@ -4309,7 +4309,7 @@
 
 DEFUN ("transpose-regions", Ftranspose_regions, Stranspose_regions, 4, 5, 0,
        doc: /* Transpose region STARTR1 to ENDR1 with STARTR2 to ENDR2.
-The regions may not be overlapping, because the size of the buffer is
+The regions should not be overlapping, because the size of the buffer is
 never changed in a transposition.
 
 Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update




reply via email to

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