Variable: transient--buffer-name

transient--buffer-name is a variable defined in transient.el.

Value

" *transient*"

Documentation

Name of the transient buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient--buffer-name " *transient*"
  "Name of the transient buffer.")