Function: transient-reset
transient-reset is an interactive and byte-compiled function defined
in transient.el.
Signature
(transient-reset)
Documentation
Clear the set and saved values of the active transient.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-reset ()
"Clear the set and saved values of the active transient."
(interactive)
(transient-reset-value (transient-prefix-object)))