Function: transient-quit-one

transient-quit-one is an interactive and byte-compiled function defined in transient.el.

Signature

(transient-quit-one)

Documentation

Exit the current transients, returning to outer transient, if any.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-quit-one ()
  "Exit the current transients, returning to outer transient, if any."
  (interactive))