+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:
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. */);