branch: externals/transient
commit 2f2c57103e24c178130645aae1e368844250b18c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    manual: Fix misplaced syntax
---
 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 8e628bb4a7..9a07d520b1 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -900,7 +900,7 @@ The following functions share a few arguments:
 
 These functions operate on the information stored in the
 ~transient--layout~ property of the {{{var(PREFIX)}}} symbol.  Elements in that
-tree are not objects but have the form {{{codevar((CLASS PLIST) for 
suffixes)}}} and
+tree are not objects but have the form {{{codevar((CLASS PLIST))}}} for 
suffixes and
 ~[CLASS PLIST CHILDREN]~ for groups.  At the root of the tree is an
 element ~[N Nil CHILDREN]~, where ~N~ is the version of the layout format,
 currently and hopefully for a long time 2.  While that element looks
diff --git a/docs/transient.texi b/docs/transient.texi
index d55244d057..e2623f1021 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -1055,7 +1055,7 @@ the function @code{transient--get-layout}.
 
 These functions operate on the information stored in the
 @code{transient--layout} property of the @var{PREFIX} symbol.  Elements in that
-tree are not objects but have the form @code{(@var{CLASS} @var{PLIST}) for 
suffixes} and
+tree are not objects but have the form @code{(@var{CLASS} @var{PLIST})} for 
suffixes and
 @code{[CLASS PLIST CHILDREN]} for groups.  At the root of the tree is an
 element @code{[N Nil CHILDREN]}, where @code{N} is the version of the layout 
format,
 currently and hopefully for a long time 2.  While that element looks

Reply via email to