diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/minibuffer.el | 7 |
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. |
| 751 | If the value is a number, it should be specified in seconds. | 751 | If the value is a number, it is the time in seconds after which to |
| 752 | If the value is not a number, such messages never time out, | 752 | remove the echo-area message from the active minibuffer. |
| 753 | and the text is displayed until the next input event arrives. | 753 | If the value is not a number, such messages are never removed, |
| 754 | and their text is displayed until the next input event arrives. | ||
| 754 | Unlike `minibuffer-message-timeout' used by `minibuffer-message', | 755 | Unlike `minibuffer-message-timeout' used by `minibuffer-message', |
| 755 | this option affects the pair of functions `set-minibuffer-message' | 756 | this option affects the pair of functions `set-minibuffer-message' |
| 756 | and `clear-minibuffer-message' called automatically via | 757 | and `clear-minibuffer-message' called automatically via |