Function: transient-quit-seq

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

Signature

(transient-quit-seq)

Documentation

Abort the current incomplete key sequence.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-quit-seq ()
  "Abort the current incomplete key sequence."
  (interactive))