diff src/buffer.c @ 91711:9f409926e851

(mode-name): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Feb 2008 02:14:00 +0000
parents d1e53221c4aa
children a6047ef14f4c
line wrap: on
line diff
--- a/src/buffer.c	Sun Feb 10 02:07:09 2008 +0000
+++ b/src/buffer.c	Sun Feb 10 02:14:00 2008 +0000
@@ -5607,7 +5607,8 @@
   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.  */);
+Usually a string.  See `mode-line-format' for other possible forms.
+Use the function `format-mode-line' to get the value as a string.  */);
 
   DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil,
 		     doc: /* Local (mode-specific) abbrev table of current buffer.  */);