diff options
| author | Eli Zaretskii | 2016-08-01 16:29:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-08-01 16:29:20 +0300 |
| commit | aa4271ab7299c033760db64bf15476a5e0eee2a5 (patch) | |
| tree | 188df12fa9b1829027390967a4c22fca941906ed /src/keyboard.c | |
| parent | b275cc76f0c5ab49e81445fcc3420c8772aefd42 (diff) | |
| download | emacs-aa4271ab7299c033760db64bf15476a5e0eee2a5.tar.gz emacs-aa4271ab7299c033760db64bf15476a5e0eee2a5.zip | |
Fix doc string of 'minibuffer-message-timeout'
* src/keyboard.c (syms_of_keyboard) <minibuffer-message-timeout>:
Doc fix. (Bug#24123)
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 2db9aaf0297..918424630f3 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11659,7 +11659,8 @@ suppressed only after special commands that leave | |||
| 11659 | 11659 | ||
| 11660 | DEFVAR_LISP ("minibuffer-message-timeout", Vminibuffer_message_timeout, | 11660 | DEFVAR_LISP ("minibuffer-message-timeout", Vminibuffer_message_timeout, |
| 11661 | doc: /* How long to display an echo-area message when the minibuffer is active. | 11661 | doc: /* How long to display an echo-area message when the minibuffer is active. |
| 11662 | If the value is not a number, such messages don't time out. */); | 11662 | If the value is a number, it should be specified in seconds. |
| 11663 | If the value is not a number, such messages never time out. */); | ||
| 11663 | Vminibuffer_message_timeout = make_number (2); | 11664 | Vminibuffer_message_timeout = make_number (2); |
| 11664 | 11665 | ||
| 11665 | DEFVAR_LISP ("throw-on-input", Vthrow_on_input, | 11666 | DEFVAR_LISP ("throw-on-input", Vthrow_on_input, |