From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:10:49 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: emacs-pretest-22.0.92~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0493af6f9bdc238f711821919c9518e98644425a;p=emacs.git (syms_of_buffer) : Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 33a41b6a907..cd0423d0267 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5500,8 +5500,8 @@ Decimal digits after the % specify field width to which to pad. */); DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode, doc: /* *Major mode for new buffers. Defaults to `fundamental-mode'. -nil here means use current buffer's major mode, provided it is not -marked as "special". +A value of nil means use current buffer's major mode, +provided it is not marked as "special". When a mode is used by default, `find-file' switches to it before it reads the contents into the buffer and before