Function: transient-push-button

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

Signature

(transient-push-button)

Documentation

Invoke the suffix command represented by this button.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-push-button ()
  "Invoke the suffix command represented by this button."
  (interactive))