Variable: type-break-warning-repeat
type-break-warning-repeat is a customizable variable defined in
type-break.el.gz.
Value
40
Documentation
Number of keystrokes for which warnings should be repeated.
That is, for each of this many keystrokes the warning is redisplayed in the echo area to make sure it's really seen.
Source Code
;; Defined in /usr/src/emacs/lisp/type-break.el.gz
(defcustom type-break-warning-repeat 40
"Number of keystrokes for which warnings should be repeated.
That is, for each of this many keystrokes the warning is redisplayed
in the echo area to make sure it's really seen."
:type 'natnum
:group 'type-break)