* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Jan 2016 00:01:12 +0000 (19:01 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Jan 2016 00:01:12 +0000 (19:01 -0500)
Remove comments that do not apply since 2005-08-09.  (Bug#22349)

src/buffer.c

index 3f9371652e7144e52b0b8ef18bcad928b5e92a89..b02135cef874de7805ba6f1e3b0413eda176efff 100644 (file)
@@ -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,