Variable: set-transient-map-timeout
set-transient-map-timeout is a variable defined in compat-29.el.
Value
nil
Documentation
[Compatibility variable for set-transient-map-timeout, defined in Emacs
29.1. See (compat) Emacs 29.1' for more details.]
Timeout in seconds for deactivation of a transient keymap. If this is a number,
it specifies the amount of idle time after which to deactivate the keymap set by
set-transient-map, thus overriding the value of the TIMEOUT argument to that
function.
Source Code
;; Defined in ~/.emacs.d/elpa/compat-30.1.0.1/compat-29.el
(compat-defvar set-transient-map-timeout nil ;; <compat-tests:set-transient-map>
"Timeout in seconds for deactivation of a transient keymap.
If this is a number, it specifies the amount of idle time
after which to deactivate the keymap set by `set-transient-map',
thus overriding the value of the TIMEOUT argument to that function.")