changeset 98732:287704bda212

(syms_of_buffer): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 11:35:59 +0000
parents 8618e924fc36
children a4aebd526a1d
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed Oct 15 11:27:32 2008 +0000
+++ b/src/buffer.c	Wed Oct 15 11:35:59 2008 +0000
@@ -5696,8 +5696,9 @@
   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.  */);