Function: hanoi-sit-for
hanoi-sit-for is a byte-compiled function defined in hanoi.el.gz.
Signature
(hanoi-sit-for SECONDS)
Source Code
;; Defined in /usr/src/emacs/lisp/play/hanoi.el.gz
;; update display and pause, quitting with a pithy comment if the user
;; hits a key.
(defun hanoi-sit-for (seconds)
(unless (sit-for seconds)
(signal 'quit '("I can tell you've had enough"))))