summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/source3body.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-20 21:07:53 +0000
committerKarl Berry <karl@freefriends.org>2024-02-20 21:07:53 +0000
commit6c8d67d5ddbb2b0005f3a0270921602af29f7944 (patch)
tree092cf73da670684844362c1518902d5a9f365a14 /Master/texmf-dist/doc/latex/l3kernel/source3body.tex
parent38e11b5fa78c55cb5768bcb10b2d4f51e561098e (diff)
l3 (20feb24)
git-svn-id: svn://tug.org/texlive/trunk@70026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/source3body.tex')
-rw-r--r--Master/texmf-dist/doc/latex/l3kernel/source3body.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex
index 1e396b15fbf..84712962276 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex
+++ b/Master/texmf-dist/doc/latex/l3kernel/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}