Function: timer--check
timer--check is a byte-compiled function defined in timer.el.gz.
Signature
(timer--check TIMER)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/timer.el.gz
(defsubst timer--check (timer)
(or (timerp timer) (signal 'wrong-type-argument (list #'timerp timer))))