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)
This commit is contained in:
Eli Zaretskii 2021-04-10 13:41:48 +03:00
parent 2f5f30671a
commit 24d214652e

View file

@ -64,10 +64,10 @@ minibuffer-electric-default-mode}.
Since the minibuffer appears in the echo area, it can conflict with 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 other uses of the echo area. If an error message or an informative
message is emitted while the minibuffer is active, the message hides message is emitted while the minibuffer is active, the message is
the minibuffer for a few seconds, or until you type something; then displayed in brackets after the minibuffer text for a few seconds, or
the minibuffer comes back. While the minibuffer is in use, Emacs does until you type something; then the message disappears. While the
not echo keystrokes. minibuffer is in use, Emacs does not echo keystrokes.
@node Minibuffer File @node Minibuffer File
@section Minibuffers for File Names @section Minibuffers for File Names