]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix description of momentary message display
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2021 10:41:48 +0000 (13:41 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2021 10:41:48 +0000 (13:41 +0300)
* doc/emacs/mini.texi (Basic Minibuffer): Update the description
of momentary message display while minibuffer is active.
(Bug#47689)

doc/emacs/mini.texi

index af9a84072ccf466c52987e1dc92238ee6edc390b..5d629e1c10118b4900d127cef9cf9f6591f51ffc 100644 (file)
@@ -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