aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-10 23:10:49 +0000
committerJuanma Barranquero2006-12-10 23:10:49 +0000
commit0493af6f9bdc238f711821919c9518e98644425a (patch)
tree891894bc35f12554759faffe52448773cfc3b4eb /src/buffer.c
parent7ceb21225607453ff35c8ba75f352235f83c92e9 (diff)
downloademacs-0493af6f9bdc238f711821919c9518e98644425a.tar.gz
emacs-0493af6f9bdc238f711821919c9518e98644425a.zip
(syms_of_buffer) <default-major-mode>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
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. */);
5500 5500
5501 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode, 5501 DEFVAR_LISP_NOPRO ("default-major-mode", &buffer_defaults.major_mode,
5502 doc: /* *Major mode for new buffers. Defaults to `fundamental-mode'. 5502 doc: /* *Major mode for new buffers. Defaults to `fundamental-mode'.
5503nil here means use current buffer's major mode, provided it is not 5503A value of nil means use current buffer's major mode,
5504marked as "special". 5504provided it is not marked as "special".
5505 5505
5506When a mode is used by default, `find-file' switches to it 5506When a mode is used by default, `find-file' switches to it
5507before it reads the contents into the buffer and before 5507before it reads the contents into the buffer and before