Variable: repeat-exit-timer
repeat-exit-timer is a variable defined in repeat.el.gz.
Value
nil
Documentation
Timer activated after the last key typed in the repeating key sequence.
Source Code
;; Defined in /usr/src/emacs/lisp/repeat.el.gz
(defvar repeat-exit-timer nil
"Timer activated after the last key typed in the repeating key sequence.")