Mercurial > emacs
changeset 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 | 3a98637489f5 |
children | 3bd7c8c8bbe7 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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. */);