Variable: transient--pending-group

transient--pending-group is a variable defined in transient.el.

Value

nil

Documentation

The group that is currently being processed.

This is bound while the suffixes are drawn in the transient buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defvar transient--pending-group nil
  "The group that is currently being processed.
This is bound while the suffixes are drawn in the transient buffer.")