Function: transient-push-button

transient-push-button is an interactive and byte-compiled function defined in transient.el.gz.

Signature

(transient-push-button)

Documentation

Invoke the suffix command represented by this button.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-push-button ()
  "Invoke the suffix command represented by this button."
  (interactive))