Function: transient-subgroups-p

transient-subgroups-p is a byte-compiled function defined in transient.el.

Signature

(transient-subgroups-p OBJ)

Documentation

Return non-nil if OBJ is an object of type transient-subgroups(var)/transient-subgroups(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defclass transient-subgroups (transient-group) ()
  "Group class that wraps other groups.

Direct elements have to be groups whose elements have to be
commands or strings.  This group inserts an empty line between
subgroups.  The subgroups are responsible for displaying their
elements themselves.")