From 24d214652e513ebcf8ebe5eeef8375b5a1ed2859 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Apr 2021 13:41:48 +0300 Subject: [PATCH] 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) --- doc/emacs/mini.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5