branch: externals/transient
commit 066b985b19afbcc8f2f344cebb8d2f4c626b1bdc
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
manual: Fix typo
---
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 9a07d520b1..40b8d0928f 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -902,7 +902,7 @@ 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
~[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,
+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
like a group vector, that element does not count when identifying a
group using a coordinate vector, i.e., ~[0]~ is its first child, not the
diff --git a/docs/transient.texi b/docs/transient.texi
index e2623f1021..29ded0561c 100644
--- a/docs/transient.texi
+++ b/docs/transient.texi
@@ -1057,7 +1057,7 @@ 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
@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,
+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
like a group vector, that element does not count when identifying a
group using a coordinate vector, i.e., @code{[0]} is its first child, not the