From: Richard M. Stallman Date: Sun, 14 May 2006 22:52:15 +0000 (+0000) Subject: (Creating Buffers): Cleanup. X-Git-Tag: emacs-pretest-22.0.90~2562 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e360397dcb489b26b0462386fb05927b6c3566e;p=emacs.git (Creating Buffers): Cleanup. --- 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