[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update two comments (d7fdc7b79)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Feb 26 10:19:07 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d7fdc7b7949f7603a5544fcce694c41b6e126c7f
>---------------------------------------------------------------
commit d7fdc7b7949f7603a5544fcce694c41b6e126c7f
Author: Florent Rougon <f.rougon at free.fr>
Date: Wed Feb 26 10:05:41 2020 +0100
Update two comments
>---------------------------------------------------------------
d7fdc7b7949f7603a5544fcce694c41b6e126c7f
l3kernel/l3basics.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index b65f0feca..0d078a419 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1606,7 +1606,7 @@
%
% \begin{macro}{\use:x}
% Fully expands its argument and passes it to the input stream. Uses
-% the reserved \cs{l_@@_internal_tl} which will be set up in \pkg{l3expan}.
+% the reserved \cs{l_@@_internal_tl} which we've set up above.
% \begin{macrocode}
\cs_set_protected:Npn \use:x #1
{
@@ -1621,7 +1621,7 @@
% \end{macrocode}
%
% \begin{macro}[EXP]{\use:e}
-% Currently \LuaTeX-only: emulated for older engines.
+% In non-\LuaTeX engines older than 2019, \cs{expanded} is emulated.
% \begin{macrocode}
\cs_set:Npn \use:e #1 { \tex_expanded:D {#1} }
\tex_ifdefined:D \tex_expanded:D \tex_else:D
More information about the latex3-commits
mailing list.