Variable: hanoi-move-period
hanoi-move-period is a customizable variable defined in hanoi.el.gz.
Value
1
Documentation
Time, in seconds, for each pole-to-pole move of a ring.
If nil, move rings as fast as possible while displaying all intermediate positions.
Source Code
;; Defined in /usr/src/emacs/lisp/play/hanoi.el.gz
(defcustom hanoi-move-period 1
"Time, in seconds, for each pole-to-pole move of a ring.
If nil, move rings as fast as possible while displaying all
intermediate positions."
:type '(restricted-sexp :match-alternatives (numberp 'nil)))