[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient be4ffe81bb 3/4: manual: Fix mistake from prev
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient be4ffe81bb 3/4: manual: Fix mistake from previous commit |
Date: |
Fri, 28 Oct 2022 10:07:06 -0400 (EDT) |
branch: externals/transient
commit be4ffe81bbb4ee2724fc862b51dc9aaf76465033
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
manual: Fix mistake from previous commit
---
docs/transient.org | 2 +-
docs/transient.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/transient.org b/docs/transient.org
index ade5955b26..5105e2a8d4 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -954,7 +954,7 @@ constructor of that class.
- The value of ~:setup-children~, if non-~nil~, is a function that takes
one argument, a potentially list of children, and must return a list
of children or an empty list. This can either be used to somehow
- transform the prefix's children that were defined the normal way, or
+ transform the group's children that were defined the normal way, or
to dynamically create the children from scratch.
The returned children must have the same form as stored in the
diff --git a/docs/transient.texi b/docs/transient.texi
index 6527aeb36d..996cd96949 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -1145,7 +1145,7 @@ suffixes, which assumes that a predicate like this is
used:
The value of @code{:setup-children}, if non-@code{nil}, is a function that
takes
one argument, a potentially list of children, and must return a list
of children or an empty list. This can either be used to somehow
-transform the prefix's children that were defined the normal way, or
+transform the group's children that were defined the normal way, or
to dynamically create the children from scratch.
The returned children must have the same form as stored in the