From: Eli Zaretskii Date: Sat, 10 Apr 2021 10:41:48 +0000 (+0300) Subject: Fix description of momentary message display X-Git-Tag: emacs-28.0.90~2837^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24d214652e;p=emacs.git Fix description of momentary message display * doc/emacs/mini.texi (Basic Minibuffer): Update the description of momentary message display while minibuffer is active. (Bug#47689) --- diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index af9a84072cc..5d629e1c101 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -64,10 +64,10 @@ minibuffer-electric-default-mode}. Since the minibuffer appears in the echo area, it can conflict with other uses of the echo area. If an error message or an informative -message is emitted while the minibuffer is active, the message hides -the minibuffer for a few seconds, or until you type something; then -the minibuffer comes back. While the minibuffer is in use, Emacs does -not echo keystrokes. +message is emitted while the minibuffer is active, the message is +displayed in brackets after the minibuffer text for a few seconds, or +until you type something; then the message disappears. While the +minibuffer is in use, Emacs does not echo keystrokes. @node Minibuffer File @section Minibuffers for File Names