Variable: set-transient-map-timeout

set-transient-map-timeout is a variable defined in subr.el.gz.

Value

nil

Documentation

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.

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar set-transient-map-timeout nil
  "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.")