Mercurial > emacs
changeset 70659:61a3f8c2718c
(Creating Buffers): Cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 May 2006 22:52:15 +0000 |
parents | d6d0ff922b34 |
children | 9fc0e04c6b98 |
files | lispref/buffers.texi |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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