From: Eli Zaretskii Date: Mon, 1 Aug 2016 13:29:20 +0000 (+0300) Subject: Fix doc string of 'minibuffer-message-timeout' X-Git-Tag: emacs-25.1-rc2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa4271a;p=emacs.git Fix doc string of 'minibuffer-message-timeout' * src/keyboard.c (syms_of_keyboard) : Doc fix. (Bug#24123) --- 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 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,