Add mode line element '(:eval FORM)'.

This commit is contained in:
Gerd Moellmann
1999-11-05 13:50:51 +00:00
parent fe512f27c0
commit 54522c9fe1

View File

@@ -1778,6 +1778,9 @@ The same mechanism is used to determine the `face' and `help-echo'
properties of strings in the mode line. See `bindings.el' for an
example.
*** If a mode line element has the form `(:eval FORM)', FORM is
evaluated and the result is used as mode line element.
+++
*** You can suppress mode-line display by setting the buffer-local
variable mode-line-format to nil.