From fe512f27c0073f6440f5a49b7d95af80f861a6c3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Nov 1999 13:46:32 +0000 Subject: [PATCH] * buffer.c (syms_of_buffer): Extend documentation of mode-line-format. --- src/ChangeLog | 5 +++++ src/buffer.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index adbfdd7ae40..675f740702e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-11-05 Gerd Moellmann + + * buffer.c (syms_of_buffer): Extend documentation of + mode-line-format. + 1999-11-04 Gerd Moellmann * editfns.c (Fdelete_field): Renamed from Ferase_field. diff --git a/src/buffer.c b/src/buffer.c index 5b1490feba9..533103cb162 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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\ -- 2.39.5