From: Chong Yidong Date: Sun, 10 May 2009 21:48:11 +0000 (+0000) Subject: * editfns.c (Ftranspose_regions): Doc fix (Bug#3248). X-Git-Tag: emacs-pretest-23.0.94~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27a69fd9b39feb90bb20c18867b0e57ecf785c8c;p=emacs.git * editfns.c (Ftranspose_regions): Doc fix (Bug#3248). --- diff --git a/src/ChangeLog b/src/ChangeLog index dd1bfc6e9b8..b02b2e7931b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-05-10 Chong Yidong + + * editfns.c (Ftranspose_regions): Doc fix (Bug#3248). + 2009-05-10 Ulrich Mueller * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. diff --git a/src/editfns.c b/src/editfns.c index d573eef5afc..e52c3c21954 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -4309,7 +4309,7 @@ transpose_markers (start1, end1, start2, end2, 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