1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

* doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal subroutine.

Fixes: debbugs:3249
This commit is contained in:
Chong Yidong 2012-01-28 11:56:20 +08:00
parent 9962192ea1
commit 1025698809
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2012-01-28 Chong Yidong <cyd@gnu.org>
* text.texi (Transposition): We don't use transpose-region as an
internal subroutine (Bug#3249).
* modes.texi (Example Major Modes): Update Lisp example code to
current sources. Delete the old non-derived-major-mode example,
which has diverged badly from current sources.

View File

@ -3991,7 +3991,7 @@ changed in the future.
@node Transposition
@section Transposition of Text
This subroutine is used by the transposition commands.
This function can be used to transpose stretches of text:
@defun transpose-regions start1 end1 start2 end2 &optional leave-markers
This function exchanges two nonoverlapping portions of the buffer.