Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0493af6f
Commit
0493af6f
authored
Dec 10, 2006
by
Juanma Barranquero
Browse files
(syms_of_buffer) <default-major-mode>: Doc fix.
parent
7ceb2122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/buffer.c
src/buffer.c
+2
-2
No files found.
src/buffer.c
View file @
0493af6f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment