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 | |
| 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')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/buffer.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index adbfdd7ae40..675f740702e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 1999-11-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Extend documentation of | ||
| 4 | mode-line-format. | ||
| 5 | |||
| 1 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> | 6 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * editfns.c (Fdelete_field): Renamed from Ferase_field. | 8 | * 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\ | |||
| 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\ |