diff options
| author | Eli Zaretskii | 2019-12-22 21:02:48 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-12-22 21:02:48 +0200 |
| commit | d7ab4edd93d44b33df72a4697b4628ee1133ca41 (patch) | |
| tree | dd88ab8aa5f107469b9d4765046aa903afb51a7e /lisp | |
| parent | 753389448de3b0da608f0631349aa84c2281ee1f (diff) | |
| download | emacs-d7ab4edd93d44b33df72a4697b4628ee1133ca41.tar.gz emacs-d7ab4edd93d44b33df72a4697b4628ee1133ca41.zip | |
Fix wording of recent documentation changes
* src/xdisp.c (syms_of_xdisp):
* lisp/minibuffer.el (minibuffer-message-clear-timeout):
* etc/NEWS:
* doc/lispref/display.texi (Displaying Messages): Minor
changes of wording of a recent commit. (Bug#38457)
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 |