comparison 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
comparison
equal deleted inserted replaced
26356:533da0020196 26357:8455090c3fb2
4191 Value may be nil, a string, a symbol or a list or cons cell.\n\ 4191 Value may be nil, a string, a symbol or a list or cons cell.\n\
4192 A value of nil means don't display a mode line.\n\ 4192 A value of nil means don't display a mode line.\n\
4193 For a symbol, its value is used (but it is ignored if t or nil).\n\ 4193 For a symbol, its value is used (but it is ignored if t or nil).\n\
4194 A string appearing directly as the value of a symbol is processed verbatim\n\ 4194 A string appearing directly as the value of a symbol is processed verbatim\n\
4195 in that the %-constructs below are not recognized.\n\ 4195 in that the %-constructs below are not recognized.\n\
4196 For a list of the form `(:eval FORM)', FORM is evaluated and the result\n\
4197 is used as a mode line element.\n\
4196 For a list whose car is a symbol, the symbol's value is taken,\n\ 4198 For a list whose car is a symbol, the symbol's value is taken,\n\
4197 and if that is non-nil, the cadr of the list is processed recursively.\n\ 4199 and if that is non-nil, the cadr of the list is processed recursively.\n\
4198 Otherwise, the caddr of the list (if there is one) is processed.\n\ 4200 Otherwise, the caddr of the list (if there is one) is processed.\n\
4199 For a list whose car is a string or list, each element is processed\n\ 4201 For a list whose car is a string or list, each element is processed\n\
4200 recursively and the results are effectively concatenated.\n\ 4202 recursively and the results are effectively concatenated.\n\