aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/buffers.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index c0eb2ee6664..9257fb54fba 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -257,6 +257,8 @@ sort, and an error is signaled if it is neither a string nor a buffer.
257Any argument called @var{buffer} must be an actual buffer 257Any argument called @var{buffer} must be an actual buffer
258object, not a name. 258object, not a name.
259 259
260@cindex hidden buffers
261@cindex buffers without undo information
260 Buffers that are ephemeral and generally uninteresting to the user 262 Buffers that are ephemeral and generally uninteresting to the user
261have names starting with a space, so that the @code{list-buffers} and 263have names starting with a space, so that the @code{list-buffers} and
262@code{buffer-menu} commands don't mention them (but if such a buffer 264@code{buffer-menu} commands don't mention them (but if such a buffer
@@ -910,6 +912,9 @@ nor a buffer.
910The major mode for a newly created buffer is set to Fundamental mode. 912The major mode for a newly created buffer is set to Fundamental mode.
911The variable @code{default-major-mode} is handled at a higher level. 913The variable @code{default-major-mode} is handled at a higher level.
912@xref{Auto Major Mode}. 914@xref{Auto Major Mode}.
915
916If the buffer's name begins with a space, the buffer has its undo
917information recording (@pxref{Undo}) turned off by default.
913@end defun 918@end defun
914 919
915@defun generate-new-buffer name 920@defun generate-new-buffer name