emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog buffers.texi


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog buffers.texi
Date: Thu, 01 Oct 2009 14:33:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/10/01 14:33:59

Modified files:
        doc/lispref    : ChangeLog buffers.texi 

Log message:
        (Swapping Text): Minor clarification.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.329&r2=1.330
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/buffers.texi?cvsroot=emacs&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -b -r1.329 -r1.330
--- ChangeLog   1 Oct 2009 02:05:32 -0000       1.329
+++ ChangeLog   1 Oct 2009 14:33:58 -0000       1.330
@@ -1,3 +1,7 @@
+2009-10-01  Stefan Monnier  <address@hidden>
+
+       * buffers.texi (Swapping Text): Minor clarification.
+
 2009-10-01  Glenn Morris  <address@hidden>
 
        * functions.texi (Declaring Functions): Mention that we also search for

Index: buffers.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/buffers.texi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- buffers.texi        27 Aug 2009 04:24:01 -0000      1.16
+++ buffers.texi        1 Oct 2009 14:33:59 -0000       1.17
@@ -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
address@hidden  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]