# HG changeset patch # User Richard M. Stallman # Date 1147647135 0 # Node ID 61a3f8c2718c614ccb12e34476948ec260f18926 # Parent d6d0ff922b3403b14f0ae30725a1466ac641a24c (Creating Buffers): Cleanup. diff -r d6d0ff922b34 -r 61a3f8c2718c lispref/buffers.texi --- a/lispref/buffers.texi Sun May 14 22:50:09 2006 +0000 +++ b/lispref/buffers.texi Sun May 14 22:52:15 2006 +0000 @@ -912,11 +912,9 @@ @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