Mercurial > emacs
diff src/buffer.c @ 87843:e1d6c4e34d2c
(syms_of_buffer) <mode-name>: Fix docstring.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Jan 2008 22:50:17 +0000 |
parents | 107ccd98fa12 |
children | 0f04103be3bf |
line wrap: on
line diff
--- a/src/buffer.c Fri Jan 18 20:09:26 2008 +0000 +++ b/src/buffer.c Fri Jan 18 22:50:17 2008 +0000 @@ -5559,7 +5559,8 @@ DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name, Qnil, - doc: /* Pretty name of current buffer's major mode (a string). */); + doc: /* Pretty name of current buffer's major mode. +Usually a string. See `mode-line-format' for other possible forms. */); DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, doc: /* Local (mode-specific) abbrev table of current buffer. */);