Mercurial > emacs
diff src/buffer.c @ 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 | d39ec0a27081 |
| children | f35140f031b4 |
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\
