From: Eli Zaretskii Date: Sat, 3 Nov 2001 17:04:32 +0000 (+0000) Subject: (tooltip-delay): Decrease to 0.7. X-Git-Tag: emacs-21.2~366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=213cba9138fe03094e2968beb70a4ab989b06774;p=emacs.git (tooltip-delay): Decrease to 0.7. (tooltip-hide-delay): Enlarge to 10. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 9e11ddac5fb..517de9b59bd 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -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 @@ Do so after `tooltip-short-delay'." :group 'tooltip) -(defcustom tooltip-hide-delay 5 +(defcustom tooltip-hide-delay 10 "Hide tooltips automatically after this many seconds." :tag "Hide delay" :type 'number