From: Glenn Morris Date: Wed, 13 Jan 2016 00:01:12 +0000 (-0500) Subject: * src/buffer.c (syms_of_buffer) : Doc fix. X-Git-Tag: emacs-25.0.90~189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fac775a402b859b1d0bcc7683129ba7c6c13673;p=emacs.git * src/buffer.c (syms_of_buffer) : Doc fix. Remove comments that do not apply since 2005-08-09. (Bug#22349) --- diff --git a/src/buffer.c b/src/buffer.c index 3f9371652e7..b02135cef87 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5630,13 +5630,7 @@ Decimal digits after the % specify field width to which to pad. */); doc: /* Symbol for current buffer's major mode. The default value (normally `fundamental-mode') affects new buffers. A value of nil means to use the 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 it finishes setting up -the buffer. Thus, the mode and its hooks should not expect certain -variables such as `buffer-read-only' and `buffer-file-coding-system' -to be set up. */); +it is not marked as "special". */); DEFVAR_PER_BUFFER ("mode-name", &BVAR (current_buffer, mode_name), Qnil,