diff src/editfns.c @ 103194:aed44175c8f2

* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 10 May 2009 21:48:11 +0000
parents e99216139fa1
children bac26aa40069
line wrap: on
line diff
--- a/src/editfns.c	Sun May 10 21:23:26 2009 +0000
+++ b/src/editfns.c	Sun May 10 21:48:11 2009 +0000
@@ -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