Function: transient-show

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

Signature

(transient-show)

Documentation

Show the transient's state in the menu buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient-show ()
  "Show the transient's state in the menu buffer."
  (interactive)
  (setq transient--showp t))