diff options
| author | Gerd Moellmann | 1999-11-05 13:46:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-05 13:46:32 +0000 |
| commit | fe512f27c0073f6440f5a49b7d95af80f861a6c3 (patch) | |
| tree | 08fc4fbf41552047ee1bec68d0362555aa1ced3d /src/buffer.c | |
| parent | e3de129b92041bcc17d5dad0de893399162c2309 (diff) | |
| download | emacs-fe512f27c0073f6440f5a49b7d95af80f861a6c3.tar.gz emacs-fe512f27c0073f6440f5a49b7d95af80f861a6c3.zip | |
* buffer.c (syms_of_buffer): Extend documentation of
mode-line-format.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
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\ | |||
| 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\ |