# HG changeset patch # User Eli Zaretskii # Date 1224070559 0 # Node ID 287704bda212dc76afa2bbf4be55c5953a9b940a # Parent 8618e924fc36f7fdbffe41704d2f35fe9fe1661d (syms_of_buffer): Doc fix. diff -r 8618e924fc36 -r 287704bda212 src/buffer.c --- a/src/buffer.c Wed Oct 15 11:27:32 2008 +0000 +++ b/src/buffer.c Wed Oct 15 11:35:59 2008 +0000 @@ -5696,8 +5696,9 @@ 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. -Use the function `format-mode-line' to get the value as a string. */); +Usually a string, but can use any of the constructs for `mode-line-format', +which see. +Format with `format-mode-line' to produce a string value. */); DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, doc: /* Local (mode-specific) abbrev table of current buffer. */);