diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3basics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3basics.dtx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx index 309f26d5991..e87c039363c 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2023-06-16} +% \date{Released 2023-06-30} % % \maketitle % @@ -1025,14 +1025,12 @@ % \begin{syntax} % \cs{use:e} \Arg{expandable tokens} % \end{syntax} -% Fully expands the \meta{token list} in an \texttt{x}-type manner, -% \emph{but} the function remains fully expandable, and parameter -% character (usually~|#|) need not be doubled. +% Fully expands the \meta{token list} in an \texttt{e}-type manner, +% in which parameter character (usually~|#|) need not be doubled, \emph{and} +% the function remains fully expandable. % \begin{texnote} -% \cs{use:e} is a wrapper around the primitive \tn{expanded} -% where it is available: -% it requires two expansions to complete its action. -% When \tn{expanded} is not available this function is very slow. +% \cs{use:e} is a wrapper around the primitive \tn{expanded}. +% It requires two expansions to complete its action. % \end{texnote} % \end{function} % |