diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/source3body.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3kernel/source3body.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex index 2c55586d3c9..94f74261d8c 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex @@ -168,9 +168,10 @@ following argument specifiers: precisely in non-\LuaTeX{} engines older than 2019. \item[\texttt{f}] The \texttt{f} specifier stands for \emph{full expansion}, and in contrast to \texttt{x} stops at the first - non-expandable item (reading the argument from left to right) without - trying to expand it. For example, when setting a token list - variable (a macro used for storage), the sequence + non-expandable token (reading the argument from left to right) without + trying to expand it. If this token is a \meta{space token}, it is gobbled, + and thus won't be part of the resulting argument. For example, when + setting a token list variable (a macro used for storage), the sequence \begin{verbatim} \tl_set:Nn \l_mya_tl { A } \tl_set:Nn \l_myb_tl { B } |