(syms_of_buffer): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 11:38:09 +0000 (11:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 11:38:09 +0000 (11:38 +0000)
src/ChangeLog
src/buffer.c

index 8bd35f3..960b319 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffer.c (syms_of_buffer): Doc fix.
+
 2008-10-14  Kenichi Handa  <handa@m17n.org>
 
        * font.c (font_clear_prop): When clearing font width, clear the
index f55bcd3..671b641 100644 (file)
@@ -5696,8 +5696,9 @@ its hooks should not expect certain variables such as
   DEFVAR_PER_BUFFER ("mode-name", &current_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", &current_buffer->abbrev_table, Qnil,
                     doc: /* Local (mode-specific) abbrev table of current buffer.  */);