Function: transient-setup-children
transient-setup-children is a byte-compiled function defined in
transient.el.gz.
Signature
(transient-setup-children GROUP CHILDREN)
Documentation
Setup the CHILDREN of GROUP.
If the value of the setup-children slot is non-nil, then call
that function with CHILDREN as the only argument and return the
value. Otherwise return CHILDREN as is.
Implementations
(transient-setup-children (GROUP transient-group) CHILDREN) in `transient.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(cl-defgeneric transient-setup-children (group children)
"Setup the CHILDREN of GROUP.
If the value of the `setup-children' slot is non-nil, then call
that function with CHILDREN as the only argument and return the
value. Otherwise return CHILDREN as is.")