aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2019-12-22 21:02:48 +0200
committerEli Zaretskii2019-12-22 21:02:48 +0200
commitd7ab4edd93d44b33df72a4697b4628ee1133ca41 (patch)
treedd88ab8aa5f107469b9d4765046aa903afb51a7e /lisp
parent753389448de3b0da608f0631349aa84c2281ee1f (diff)
downloademacs-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.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