Variable: tooltip-recent-seconds
tooltip-recent-seconds is a customizable variable defined in
tooltip.el.gz.
Value
1
Documentation
Display tooltips if changing tip items within this many seconds.
Do so after tooltip-short-delay.
Source Code
;; Defined in /usr/src/emacs/lisp/tooltip.el.gz
(defcustom tooltip-recent-seconds 1
"Display tooltips if changing tip items within this many seconds.
Do so after `tooltip-short-delay'."
:type 'number)