branch: externals/transient commit 8d28d6ca5c34f1543aee47a5314a84e725cbe146 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient-reset: Fix docstring typo --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index d5bc08b584..4bf3dd093f 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2522,7 +2522,7 @@ transient is active." (transient-save-value (or transient--prefix transient-current-prefix))) (defun transient-reset () - "Clear the set and save value of the active transient." + "Clear the set and saved value of the active transient." (interactive) (transient-reset-value (or transient--prefix transient-current-prefix)))