Function: tooltip-timeout

tooltip-timeout is a byte-compiled function defined in tooltip.el.gz.

Signature

(tooltip-timeout OBJECT)

Documentation

Function called when timer with id tooltip-timeout-id fires.

Source Code

;; Defined in /usr/src/emacs/lisp/tooltip.el.gz
(defun tooltip-timeout (_object)
  "Function called when timer with id `tooltip-timeout-id' fires."
  (run-hook-with-args-until-success 'tooltip-functions
				    tooltip-last-mouse-motion-event))