(mode-name): Doc fix.

This commit is contained in:
Glenn Morris 2008-02-10 02:14:20 +00:00
parent e06b943e89
commit d224e8c251
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -5607,7 +5607,8 @@ its hooks should not expect certain variables such as
DEFVAR_PER_BUFFER ("mode-name", &current_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", &current_buffer->abbrev_table, Qnil,
doc: /* Local (mode-specific) abbrev table of current buffer. */);