diff options
| author | Chong Yidong | 2009-05-10 21:48:11 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-10 21:48:11 +0000 |
| commit | 27a69fd9b39feb90bb20c18867b0e57ecf785c8c (patch) | |
| tree | 37c5c17de9021997b3372bbd598120b4aebabdc8 /src/editfns.c | |
| parent | 5b54c385e9a4eac853479cd9323a105c6b03d5b5 (diff) | |
| download | emacs-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.c | 2 |
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 | ||
| 4310 | DEFUN ("transpose-regions", Ftranspose_regions, Stranspose_regions, 4, 5, 0, | 4310 | DEFUN ("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. |
| 4312 | The regions may not be overlapping, because the size of the buffer is | 4312 | The regions should not be overlapping, because the size of the buffer is |
| 4313 | never changed in a transposition. | 4313 | never changed in a transposition. |
| 4314 | 4314 | ||
| 4315 | Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update | 4315 | Optional fifth arg LEAVE-MARKERS, if non-nil, means don't update |