Mercurial > emacs
changeset 26357:8455090c3fb2
* buffer.c (syms_of_buffer): Extend documentation of
mode-line-format.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 05 Nov 1999 13:45:24 +0000 |
parents | 533da0020196 |
children | 64092bd2c934 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri Nov 05 13:36:19 1999 +0000 +++ b/src/buffer.c Fri Nov 05 13:45:24 1999 +0000 @@ -4193,6 +4193,8 @@ 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\