branch: externals/transient commit d92431036d3e4c34280e34464b9fd7b368201eb8 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typos This comes from Emacs commit 3dcac22dd42. --- docs/transient.org | 2 +- docs/transient.texi | 2 +- lisp/transient.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index f4b4eac638..f625d69324 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1015,7 +1015,7 @@ constructor of that class. transform them from the convenient to the expected form. If you explicitly specify children and then transform them using - ~:setup-chilren~, then the class of the group is determined as usual, + ~:setup-children~, then the class of the group is determined as usual, based on explicitly specified children. If you do not explicitly specify children and thus rely solely on diff --git a/docs/transient.texi b/docs/transient.texi index 2379bb6edc..eba0bd9823 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -1204,7 +1204,7 @@ described below. If you use the latter approach, you can use the transform them from the convenient to the expected form. If you explicitly specify children and then transform them using -@code{:setup-chilren}, then the class of the group is determined as usual, +@code{:setup-children}, then the class of the group is determined as usual, based on explicitly specified children. If you do not explicitly specify children and thus rely solely on diff --git a/lisp/transient.el b/lisp/transient.el index 211d6ded3e..05737f59a7 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3710,7 +3710,7 @@ have a history of their own.") (propertize "\n" 'face face 'line-height t)))) (defmacro transient-with-shadowed-buffer (&rest body) - "While in the transient buffer, temporarly make the shadowed buffer current." + "While in the transient buffer, temporarily make the shadowed buffer current." (declare (indent 0) (debug t)) `(with-current-buffer (or transient--shadowed-buffer (current-buffer)) ,@body))