aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd835f3d2a9..20288398bd3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -782,8 +782,11 @@ the minibuffer. If non-nil, point will move to the end of the prompt
782(if point is after the end of the prompt). 782(if point is after the end of the prompt).
783 783
784+++ 784+++
785*** When the minibuffer is active, messages are displayed at the end of 785*** When the minibuffer is active, echo-area messages are displayed at
786the minibuffer instead of overwriting the minibuffer by the echo area. 786the end of the minibuffer instead of hiding the minibuffer by the echo
787area display. The new option 'minibuffer-message-clear-timeout'
788controls how messages displayed in this situation are removed from the
789minibuffer.
787 790
788--- 791---
789*** Minibuffer now uses 'minibuffer-message' to display error messages 792*** Minibuffer now uses 'minibuffer-message' to display error messages