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
d224e8c2
Commit
d224e8c2
authored
Feb 10, 2008
by
Glenn Morris
Browse files
(mode-name): Doc fix.
parent
e06b943e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+2
-1
No files found.
src/ChangeLog
View file @
d224e8c2
2008-02-10 Glenn Morris <rgm@gnu.org>
* buffer.c (mode-name): Doc fix.
2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
* src/Makefile.in:
...
...
src/buffer.c
View file @
d224e8c2
...
...
@@ -5607,7 +5607,8 @@ its hooks should not expect certain variables such as
DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name,
Qnil,
doc: /* Pretty name of current buffer's major mode.
Usually a string. See `mode-line-format' for other possible forms. */);
Usually a string. See `mode-line-format' for other possible forms.
Use the function `format-mode-line' to get the value as a string. */);
DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil,
doc: /* Local (mode-specific) abbrev table of current buffer. */);
...
...
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