Variable: type-break-warning-countdown-string-type
type-break-warning-countdown-string-type is a variable defined in
type-break.el.gz.
Value
nil
Documentation
Indicates the unit type of type-break-warning-countdown-string.
It will be either "seconds" or "keystrokes".
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defvar type-break-warning-countdown-string-type nil
"Indicates the unit type of `type-break-warning-countdown-string'.
It will be either \"seconds\" or \"keystrokes\".")