diff lisp/tooltip.el @ 40679:3c4df1ce9e4c

(tooltip-delay): Decrease to 0.7. (tooltip-hide-delay): Enlarge to 10.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Nov 2001 16:59:11 +0000
parents 4139a35c785c
children be541feb06cc
line wrap: on
line diff
--- a/lisp/tooltip.el	Sat Nov 03 16:52:37 2001 +0000
+++ b/lisp/tooltip.el	Sat Nov 03 16:59:11 2001 +0000
@@ -47,7 +47,7 @@
 
 (defvar tooltip-mode)
 
-(defcustom tooltip-delay 1.0
+(defcustom tooltip-delay 0.7
   "Seconds to wait before displaying a tooltip the first time."
   :tag "Delay"
   :type 'number
@@ -69,7 +69,7 @@
   :group 'tooltip)
 
 
-(defcustom tooltip-hide-delay 5
+(defcustom tooltip-hide-delay 10
   "Hide tooltips automatically after this many seconds."
   :tag "Hide delay"
   :type 'number