aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a8fb4ac9e43..4694d0f1d72 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1778,6 +1778,9 @@ The same mechanism is used to determine the `face' and `help-echo'
1778properties of strings in the mode line. See `bindings.el' for an 1778properties of strings in the mode line. See `bindings.el' for an
1779example. 1779example.
1780 1780
1781*** If a mode line element has the form `(:eval FORM)', FORM is
1782evaluated and the result is used as mode line element.
1783
1781+++ 1784+++
1782*** You can suppress mode-line display by setting the buffer-local 1785*** You can suppress mode-line display by setting the buffer-local
1783variable mode-line-format to nil. 1786variable mode-line-format to nil.