From: Stefan Monnier Date: Fri, 18 Jan 2008 22:50:17 +0000 (+0000) Subject: (syms_of_buffer) : Fix docstring. X-Git-Tag: emacs-pretest-23.0.90~8507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64a7c220b34248e33ca25c3e6dde0e6e178b9fda;p=emacs.git (syms_of_buffer) : Fix docstring. --- diff --git a/src/buffer.c b/src/buffer.c index 57d88b0f791..6cbaabf85ec 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5559,7 +5559,8 @@ its hooks should not expect certain variables such as 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. */);