Function: transient--do-recurse

transient--do-recurse is a byte-compiled function defined in transient.el.

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 ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(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))