summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-05-14 22:52:15 +0000
committerRichard M. Stallman <rms@gnu.org>2006-05-14 22:52:15 +0000
commit7e360397dcb489b26b0462386fb05927b6c3566e (patch)
treedbc335ee9f70e73ca024629b93c9fd1aed51539e
parentf31263a46c452eacee8cc326d81112792bc0d6e4 (diff)
(Creating Buffers): Cleanup.
-rw-r--r--lispref/buffers.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index 8e680f0708..55e41e6b3e 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -912,11 +912,9 @@ nor a buffer.
@end example
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.
+(The variable @code{default-major-mode} is handled at a higher level;
+see @ref{Auto Major Mode}.) If the name begins with a space, the
+buffer initially disables undo information recording (@pxref{Undo}).
@end defun
@defun generate-new-buffer name