mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
Fix doc string of 'minibuffer-message-timeout'
* src/keyboard.c (syms_of_keyboard) <minibuffer-message-timeout>: Doc fix. (Bug#24123)
This commit is contained in:
parent
b275cc76f0
commit
aa4271ab72
@ -11659,7 +11659,8 @@ suppressed only after special commands that leave
|
||||
|
||||
DEFVAR_LISP ("minibuffer-message-timeout", Vminibuffer_message_timeout,
|
||||
doc: /* How long to display an echo-area message when the minibuffer is active.
|
||||
If the value is not a number, such messages don't time out. */);
|
||||
If the value is a number, it should be specified in seconds.
|
||||
If the value is not a number, such messages never time out. */);
|
||||
Vminibuffer_message_timeout = make_number (2);
|
||||
|
||||
DEFVAR_LISP ("throw-on-input", Vthrow_on_input,
|
||||
|
Loading…
Reference in New Issue
Block a user