aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-12 18:23:23 +0000
committerEli Zaretskii2006-05-12 18:23:23 +0000
commit19f5e099debd2e7370acd76d0bd7b1f82bbacf1b (patch)
tree59aa883f02e3d7d50334d57322ddf639517c109c
parent1e094ef91129c044cc7c6e490a3a4bc09ec081a0 (diff)
downloademacs-19f5e099debd2e7370acd76d0bd7b1f82bbacf1b.tar.gz
emacs-19f5e099debd2e7370acd76d0bd7b1f82bbacf1b.zip
(Buffer Names): Add index entries for buffers whose names begin with a space.
(Creating Buffers): Document that undo is turned off in buffers whose names begin with a space.
-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