emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 24d2146: Fix description of momentary message display


From: Eli Zaretskii
Subject: emacs-27 24d2146: Fix description of momentary message display
Date: Sat, 10 Apr 2021 06:42:53 -0400 (EDT)

branch: emacs-27
commit 24d214652e513ebcf8ebe5eeef8375b5a1ed2859
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 af9a840..5d629e1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]