add-timeout

add-timeout is a compiled Lisp function in `timer.el'.

(add-timeout SECS FUNCTION OBJECT &optional REPEAT)

Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT.
If REPEAT is non-nil, repeat the timer every REPEAT seconds.
This function is for compatibility; see also `run-with-timer'.