Function: transient-quit-one

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

Signature

(transient-quit-one)

Documentation

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

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-quit-one ()
  "Exit the current transients, returning to outer transient, if any."
  (interactive))