Variable: type-break-warning-countdown-string
type-break-warning-countdown-string is a variable defined in
type-break.el.gz.
Value
nil
Documentation
If non-nil, this is a countdown for the next typing break.
This variable, in conjunction with type-break-warning-countdown-string-type
(which indicates whether this value is a number of keystrokes or seconds)
is installed in mode-line-format to notify of imminent typing breaks.
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defvar type-break-warning-countdown-string nil
"If non-nil, this is a countdown for the next typing break.
This variable, in conjunction with `type-break-warning-countdown-string-type'
\(which indicates whether this value is a number of keystrokes or seconds)
is installed in `mode-line-format' to notify of imminent typing breaks.")