# HG changeset patch # User Stefan Monnier # Date 1254407638 0 # Node ID e6f58264030b1e27e425540f03741ade649b9d27 # Parent e2852138e6dad3628fab42912f549ad0f5c1e088 (Swapping Text): Minor clarification. diff -r e2852138e6da -r e6f58264030b doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Thu Oct 01 08:04:46 2009 +0000 +++ b/doc/lispref/ChangeLog Thu Oct 01 14:33:58 2009 +0000 @@ -1,3 +1,7 @@ +2009-10-01 Stefan Monnier + + * buffers.texi (Swapping Text): Minor clarification. + 2009-10-01 Glenn Morris * functions.texi (Declaring Functions): Mention that we also search for diff -r e2852138e6da -r e6f58264030b doc/lispref/buffers.texi --- a/doc/lispref/buffers.texi Thu Oct 01 08:04:46 2009 +0000 +++ b/doc/lispref/buffers.texi Thu Oct 01 14:33:58 2009 +0000 @@ -1180,10 +1180,10 @@ 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