From 85d145633b8f112af6b756b746bcb30aa879ddc3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 1 Oct 2009 14:33:58 +0000 Subject: (Swapping Text): Minor clarification. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/buffers.texi | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d83e65b9aa..f654490f5c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 331f061634..5198aa30b2 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -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 -- cgit v1.2.3