summaryrefslogtreecommitdiff
path: root/doc/lispref/buffers.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-10-01 14:33:58 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-10-01 14:33:58 +0000
commit85d145633b8f112af6b756b746bcb30aa879ddc3 (patch)
treeae8ba7530e54df6a469ca3661a6aedac68c08ad7 /doc/lispref/buffers.texi
parent0c0d84594da7501f5cfa4c84efa4bfd23cdd511d (diff)
(Swapping Text): Minor clarification.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r--doc/lispref/buffers.texi8
1 files changed, 4 insertions, 4 deletions
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