[latex3-commits] [latex3/latex3] main: Move \tl_to_str:o from l3expan to l3tl (dc341e644)

github at latex-project.org github at latex-project.org
Wed May 24 22:14:06 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/dc341e644c71fcc0ff4c0e4b2dcf2ccb3f2a4987

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

commit dc341e644c71fcc0ff4c0e4b2dcf2ccb3f2a4987
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Thu May 25 03:39:51 2023 +0800

    Move \tl_to_str:o from l3expan to l3tl
    
    along with its other variants


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

dc341e644c71fcc0ff4c0e4b2dcf2ccb3f2a4987
 l3kernel/l3expan.dtx | 3 ---
 l3kernel/l3tl.dtx    | 4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index f44d134c4..4d55d6dee 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -2392,18 +2392,15 @@
 %
 % \subsection{Held-over variant generation}
 %
-% \begin{macro}{\tl_to_str:o}
 % \begin{macro}{\cs_generate_from_arg_count:NNVo}
 % \begin{macro}{\cs_replacement_spec:c}
 %   A couple of variants that are from early functions.
 %    \begin{macrocode}
-\cs_generate_variant:Nn \tl_to_str:n { o }
 \cs_generate_variant:Nn \cs_generate_from_arg_count:NNnn { NNVo }
 \cs_generate_variant:Nn \cs_replacement_spec:N { c }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
-% \end{macro}
 %
 %    \begin{macrocode}
 %</package>
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index b8a6362d3..aee7818c3 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -2557,10 +2557,10 @@
 %
 % \subsection{Using token lists}
 %
-% \begin{macro}{\tl_to_str:n, \tl_to_str:V, \tl_to_str:v}
+% \begin{macro}{\tl_to_str:n, \tl_to_str:o, \tl_to_str:V, \tl_to_str:v}
 %   Another name for a primitive: defined in \pkg{l3basics}.
 %    \begin{macrocode}
-\cs_generate_variant:Nn \tl_to_str:n { V , v }
+\cs_generate_variant:Nn \tl_to_str:n { o , V , v }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.