emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 aa4271a: Fix doc string of 'minibuffer-message-ti


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 aa4271a: Fix doc string of 'minibuffer-message-timeout'
Date: Mon, 1 Aug 2016 13:29:53 +0000 (UTC)

branch: emacs-25
commit aa4271ab7299c033760db64bf15476a5e0eee2a5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix doc string of 'minibuffer-message-timeout'
    
    * src/keyboard.c (syms_of_keyboard) <minibuffer-message-timeout>:
    Doc fix.  (Bug#24123)
---
 src/keyboard.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 2db9aaf..9184246 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]