branch: externals/transient commit 08b56f3ad9ad56c0ce6da8ac88007b64e23d3e9f Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient--do-recurse: Tweak documentation --- docs/transient.org | 2 +- lisp/transient.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index 7e30a740d9..cfcf8b92e0 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1712,7 +1712,7 @@ slot for the sub-prefix itself. - Function: transient--do-recurse :: - Call the transient prefix command, preparing for return to active + Call the transient prefix command, preparing for return to outer transient. Whether we actually return to the parent transient is ultimately diff --git a/lisp/transient.el b/lisp/transient.el index 6fac557708..4ea8b776ff 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3006,7 +3006,7 @@ Use that command's pre-command to determine transient behavior." (transient--call-pre-command))) (defun transient--do-recurse () - "Call the transient prefix command, preparing for return to active transient. + "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))