Variable: transient--pending-suffix
transient--pending-suffix is a variable defined in transient.el.
Value
nil
Documentation
The suffix that is currently being processed.
This is bound while the suffix predicate is being evaluated, and while functions that return faces are being evaluated.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient--pending-suffix nil
"The suffix that is currently being processed.
This is bound while the suffix predicate is being evaluated,
and while functions that return faces are being evaluated.")