Variable: transient--shadowed-buffer
transient--shadowed-buffer is a variable defined in transient.el.
Value
nil
Documentation
The buffer that is temporarily shadowed by the transient buffer.
This is bound while the suffix predicate is being evaluated and while drawing in the transient buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient--shadowed-buffer nil
"The buffer that is temporarily shadowed by the transient buffer.
This is bound while the suffix predicate is being evaluated and while
drawing in the transient buffer.")