aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/minibuffer.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 96931162cc1..c0df383e288 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -748,9 +748,10 @@ If ARGS are provided, then pass MESSAGE through `format-message'."
748 748
749(defcustom minibuffer-message-clear-timeout nil 749(defcustom minibuffer-message-clear-timeout nil
750 "How long to display an echo-area message when the minibuffer is active. 750 "How long to display an echo-area message when the minibuffer is active.
751If the value is a number, it should be specified in seconds. 751If the value is a number, it is the time in seconds after which to
752If the value is not a number, such messages never time out, 752remove the echo-area message from the active minibuffer.
753and the text is displayed until the next input event arrives. 753If the value is not a number, such messages are never removed,
754and their text is displayed until the next input event arrives.
754Unlike `minibuffer-message-timeout' used by `minibuffer-message', 755Unlike `minibuffer-message-timeout' used by `minibuffer-message',
755this option affects the pair of functions `set-minibuffer-message' 756this option affects the pair of functions `set-minibuffer-message'
756and `clear-minibuffer-message' called automatically via 757and `clear-minibuffer-message' called automatically via