diff options
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/transient.org b/docs/transient.org index 7e30a74..cfcf8b9 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 6fac557..4ea8b77 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)) |
