Function: transient--do-recurse
transient--do-recurse is a byte-compiled function defined in
transient.el.gz.
Signature
(transient--do-recurse)
Documentation
Call the transient prefix command, preparing for return to outer transient.
If there is no parent prefix, then just call the command.
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defun transient--do-recurse ()
"Call the transient prefix command, preparing for return to outer transient.
If there is no parent prefix, then just call the command."
(transient--do-stack))