[latex3-commits] [latex3/latex3] main: Correct V-type expansion status for seq (65ab848aa)
github at latex-project.org
github at latex-project.org
Mon Feb 19 23:04:03 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/65ab848aa41b2384dc6282c07e86d6a572e44009
>---------------------------------------------------------------
commit 65ab848aa41b2384dc6282c07e86d6a572e44009
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 19 22:04:03 2024 +0000
Correct V-type expansion status for seq
>---------------------------------------------------------------
65ab848aa41b2384dc6282c07e86d6a572e44009
l3kernel/doc/source3body.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/doc/source3body.tex b/l3kernel/doc/source3body.tex
index 1e396b15f..847129622 100644
--- a/l3kernel/doc/source3body.tex
+++ b/l3kernel/doc/source3body.tex
@@ -311,8 +311,6 @@ Variables end with a short identifier to show the variable type:
\item[\texttt{int}] Integer-valued count register.
\item[\texttt{muskip}] \enquote{Rubber} lengths for use in
mathematics.
- \item[\texttt{seq}] \enquote{Sequence}: a data-type used to implement
- lists (with access at both ends) and stacks.
\item[\texttt{skip}] \enquote{Rubber} lengths.
\item[\texttt{str}] String variables: contain character data.
\item[\texttt{tl}] Token list variables: placeholder for a token list.
@@ -333,6 +331,8 @@ following variable types:
\item[\texttt{prop}] Property list: analogue of dictionary or
associative arrays in other languages.
\item[\texttt{regex}] Regular expression.
+ \item[\texttt{seq}] \enquote{Sequence}: a data type used to implement
+ lists (with access at both ends) and stacks.
\end{description}
\subsection{Scratch variables}
More information about the latex3-commits
mailing list.