]> git.eshelyaron.com Git - emacs.git/commitdiff
(Swapping Text): Minor clarification.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Oct 2009 14:33:58 +0000 (14:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 1 Oct 2009 14:33:58 +0000 (14:33 +0000)
doc/lispref/ChangeLog
doc/lispref/buffers.texi

index d83e65b9aa45597df28a3f068e88789dab1305c7..f654490f5c6896210d4602a0887c24ac4bf4ea55 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buffers.texi (Swapping Text): Minor clarification.
+
 2009-10-01  Glenn Morris  <rgm@gnu.org>
 
        * functions.texi (Declaring Functions): Mention that we also search for
index 331f06163487babef431ba985a63512c73c9c9f1..5198aa30b2c178a3c65f9b18d5aa70d8722efa39 100644 (file)
@@ -1180,10 +1180,10 @@ two or more buffers are actually a single virtual buffer that holds
 the contents of all the individual buffers together.
 
 @defun buffer-swap-text buffer
-This function swaps text between the current buffer and its argument
-@var{buffer}.  It signals an error if one of the two buffers is an
-indirect buffer (@pxref{Indirect Buffers}) or is a base buffer of an
-indirect buffer.
+This function swaps the text of the current buffer and that of its
+argument @var{buffer}.  It signals an error if one of the two buffers
+is an indirect buffer (@pxref{Indirect Buffers}) or is a base buffer
+of an indirect buffer.
 
 All the buffer properties that are related to the buffer text are
 swapped as well: the positions of point and mark, all the markers, the