summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3kernel-functions.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-28 03:02:51 +0000
committerNorbert Preining <norbert@preining.info>2020-10-28 03:02:51 +0000
commit66f90f5ace150ea89b360d90788c6a3d63fa04f6 (patch)
tree0eb1a8688bb5221925d6c8c6027b9d3612f65028 /macros/latex/contrib/l3kernel/l3kernel-functions.dtx
parent83aaf60600dc0b191bacbaacc786dbda33d7190a (diff)
CTAN sync 202010280302
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3kernel-functions.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3kernel-functions.dtx11
1 files changed, 10 insertions, 1 deletions
diff --git a/macros/latex/contrib/l3kernel/l3kernel-functions.dtx b/macros/latex/contrib/l3kernel/l3kernel-functions.dtx
index 81c9ca1e05..b844c89385 100644
--- a/macros/latex/contrib/l3kernel/l3kernel-functions.dtx
+++ b/macros/latex/contrib/l3kernel/l3kernel-functions.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2020-10-05}
+% \date{Released 2020-10-27}
%
% \maketitle
%
@@ -569,6 +569,15 @@
% only a single expansion.
% \end{function}
%
+% \begin{function}{\__kernel_tl_set:Nx, \__kernel_tl_gset:Nx}
+% \begin{syntax}
+% \cs{__kernel_tl_set:Nx} \meta{tl~var} \Arg{tokens}
+% \end{syntax}
+% Fully expands \meta{tokens} and assigns the result to \meta{tl~var}.
+% \meta{tokens} must be given in braces and there must be no token between
+% \meta{tl~var} and \meta{tokens}.
+% \end{function}
+%
% \section{Kernel backend functions}
%
% These functions are required to pass information to the backend. The nature