From 7e360397dcb489b26b0462386fb05927b6c3566e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 May 2006 22:52:15 +0000 Subject: [PATCH] (Creating Buffers): Cleanup. --- lispref/buffers.texi | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 8e680f07088..55e41e6b3e5 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 -- 2.39.5