From 88751b110033984761630fbb729c5894974acb7b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Nov 2001 16:59:11 +0000 Subject: [PATCH] (tooltip-delay): Decrease to 0.7. (tooltip-hide-delay): Enlarge to 10. --- lisp/tooltip.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2