; Fix minibuffer-message NEWS entry.

This commit is contained in:
Sean Whitton 2026-01-29 17:08:55 +00:00
parent 88d787d97c
commit b9bfe461b2

View file

@ -3921,7 +3921,7 @@ the display of messages and the clearing of the echo area, such as
caused by calling 'message' with a nil argument.
---
** 'minibuffer-message' no longer blocks while displaying message
** 'minibuffer-message' no longer blocks while displaying message.
'minibuffer-message' now uses a timer to clear the message printed to
the minibuffer, instead of waiting with 'sit-for' and then clearing it.
This makes 'minibuffer-message' usable in Lisp programs which want to