(mode-name): Doc fix.
This commit is contained in:
parent
e06b943e89
commit
d224e8c251
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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:
|
||||
|
|
|
@ -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. */);
|
||||
|
|
Loading…
Add table
Reference in a new issue