From: Eli Zaretskii Date: Wed, 15 Oct 2008 11:38:09 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~2470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cb709744177ca951a349fcbd9cc71963b637c91;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8bd35f3b873..960b3199274 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-10-15 Eli Zaretskii + + * buffer.c (syms_of_buffer): Doc fix. + 2008-10-14 Kenichi Handa * font.c (font_clear_prop): When clearing font width, clear the diff --git a/src/buffer.c b/src/buffer.c index f55bcd3d415..671b6418757 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5696,8 +5696,9 @@ 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. -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. */);