[latex3-commits] [git/LaTeX3-latex3-latex3] master: document __kernel_tl_(g)set:Nx (7c20802d0)

Bruno Le Floch blflatex at gmail.com
Tue Oct 27 09:11:58 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/7c20802d0bf3724bd5debba80e2220b8953df086

>---------------------------------------------------------------

commit 7c20802d0bf3724bd5debba80e2220b8953df086
Author: Jonathan Spratte <jspratte at yahoo.de>
Date:   Fri Sep 18 18:38:35 2020 +0200

    document __kernel_tl_(g)set:Nx


>---------------------------------------------------------------

7c20802d0bf3724bd5debba80e2220b8953df086
 l3kernel/l3kernel-functions.dtx | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index 81c9ca1e0..d795bfa87 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -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





More information about the latex3-commits mailing list.