* doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal...
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 03:56:20 +0000 (11:56 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 03:56:20 +0000 (11:56 +0800)
Fixes: debbugs:3249

doc/lispref/ChangeLog
doc/lispref/text.texi

index 06da23b..39553c2 100644 (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.
index b75c013..55b0c0a 100644 (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.