aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorChong Yidong2009-05-10 21:48:11 +0000
committerChong Yidong2009-05-10 21:48:11 +0000
commit27a69fd9b39feb90bb20c18867b0e57ecf785c8c (patch)
tree37c5c17de9021997b3372bbd598120b4aebabdc8 /src/editfns.c
parent5b54c385e9a4eac853479cd9323a105c6b03d5b5 (diff)
downloademacs-27a69fd9b39feb90bb20c18867b0e57ecf785c8c.tar.gz
emacs-27a69fd9b39feb90bb20c18867b0e57ecf785c8c.zip
* editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
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,
4309 4309
4310DEFUN ("transpose-regions", Ftranspose_regions, Stranspose_regions, 4, 5, 0, 4310DEFUN ("transpose-regions", Ftranspose_regions, Stranspose_regions, 4, 5, 0,
4311 doc: /* Transpose region STARTR1 to ENDR1 with STARTR2 to ENDR2. 4311 doc: /* Transpose region STARTR1 to ENDR1 with STARTR2 to ENDR2.
4312The regions may not be overlapping, because the size of the buffer is 4312The regions should not be overlapping, because the size of the buffer is
4313never changed in a transposition. 4313never changed in a transposition.
4314 4314
4315Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update 4315Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update