emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Sat, 13 May 2006 10:52:20 +0000

Index: emacs/lispref/buffers.texi
diff -u emacs/lispref/buffers.texi:1.47 emacs/lispref/buffers.texi:1.48
--- emacs/lispref/buffers.texi:1.47     Fri May 12 18:23:23 2006
+++ emacs/lispref/buffers.texi  Sat May 13 10:52:20 2006
@@ -233,7 +233,9 @@
 with a temporary buffer as the current buffer.  It saves the identity of
 the current buffer, creates a temporary buffer and makes it current,
 evaluates the @var{body} forms, and finally restores the previous
-current buffer while killing the temporary buffer.
+current buffer while killing the temporary buffer.  By default, undo
+information (@pxref{Undo}) is not recorded in the buffer created by
+this macro (but @var{body} can enable that, if needed).
 
 The return value is the value of the last form in @var{body}.  You can
 return the contents of the temporary buffer by using




reply via email to

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