* buffer.c (syms_of_buffer): Extend documentation of
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Nov 1999 13:46:32 +0000 (13:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Nov 1999 13:46:32 +0000 (13:46 +0000)
mode-line-format.

src/ChangeLog
src/buffer.c

index adbfdd7..675f740 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * buffer.c (syms_of_buffer): Extend documentation of
+       mode-line-format.
+
 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
 
        * editfns.c (Fdelete_field): Renamed from Ferase_field.
index 5b1490f..533103c 100644 (file)
@@ -4193,6 +4193,8 @@ A value of nil means don't display a mode line.\n\
 For a symbol, its value is used (but it is ignored if t or nil).\n\
  A string appearing directly as the value of a symbol is processed verbatim\n\
  in that the %-constructs below are not recognized.\n\
+For a list of the form `(:eval FORM)', FORM is evaluated and the result\n\
+ is used as a mode line element.\n\
 For a list whose car is a symbol, the symbol's value is taken,\n\
  and if that is non-nil, the cadr of the list is processed recursively.\n\
  Otherwise, the caddr of the list (if there is one) is processed.\n\