Function: transient-quit-seq

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

Signature

(transient-quit-seq)

Documentation

Abort the current incomplete key sequence.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-quit-seq ()
  "Abort the current incomplete key sequence."
  (interactive))