Function: transient-show

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

Signature

(transient-show)

Documentation

Show the transient's state in the menu buffer.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient-show ()
  "Show the transient's state in the menu buffer."
  (interactive)
  (setq transient--showp t))