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: Fri, 12 May 2006 18:23:23 +0000

Index: emacs/lispref/buffers.texi
diff -u emacs/lispref/buffers.texi:1.46 emacs/lispref/buffers.texi:1.47
--- emacs/lispref/buffers.texi:1.46     Mon Feb  6 11:55:09 2006
+++ emacs/lispref/buffers.texi  Fri May 12 18:23:23 2006
@@ -257,6 +257,8 @@
 Any argument called @var{buffer} must be an actual buffer
 object, not a name.
 
address@hidden hidden buffers
address@hidden buffers without undo information
   Buffers that are ephemeral and generally uninteresting to the user
 have names starting with a space, so that the @code{list-buffers} and
 @code{buffer-menu} commands don't mention them (but if such a buffer
@@ -910,6 +912,9 @@
 The major mode for a newly created buffer is set to Fundamental mode.
 The variable @code{default-major-mode} is handled at a higher level.
 @xref{Auto Major Mode}.
+
+If the buffer's name begins with a space, the buffer has its undo
+information recording (@pxref{Undo}) turned off by default.
 @end defun
 
 @defun generate-new-buffer name




reply via email to

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