]> git.eshelyaron.com Git - emacs.git/commitdiff
(Buffer Names): Add index entries for buffers whose names begin with a space.
authorEli Zaretskii <eliz@gnu.org>
Fri, 12 May 2006 18:23:23 +0000 (18:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 12 May 2006 18:23:23 +0000 (18:23 +0000)
(Creating Buffers): Document that undo is turned off in buffers whose names
begin with a space.

lispref/buffers.texi

index c0eb2ee666491e00b46072d5ba96ecbf755624f5..9257fb54fba7d254d6fdd51a454618ec5f3cb223 100644 (file)
@@ -257,6 +257,8 @@ sort, and an error is signaled if it is neither a string nor a buffer.
 Any argument called @var{buffer} must be an actual buffer
 object, not a name.
 
+@cindex hidden buffers
+@cindex 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 @@ nor a buffer.
 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