[latex3-commits] [latex3/latex3] main: Add \tl_to_str:v and tighten docs (see #1160) (cb6275c3d)

github at latex-project.org github at latex-project.org
Mon May 22 17:50:35 CEST 2023


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

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

commit cb6275c3d86950d46a8f84cf9e9a380b575bcf43
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon May 22 16:50:35 2023 +0100

    Add \tl_to_str:v and tighten docs (see #1160)


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

cb6275c3d86950d46a8f84cf9e9a380b575bcf43
 l3kernel/l3tl.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 958273893..b9dce3c44 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -462,7 +462,7 @@
 %
 % \subsection{Using token lists}
 %
-% \begin{function}[EXP]{\tl_to_str:n, \tl_to_str:V}
+% \begin{function}[EXP]{\tl_to_str:n, \tl_to_str:V, \tl_to_str:v}
 %   \begin{syntax}
 %     \cs{tl_to_str:n} \Arg{token list}
 %   \end{syntax}
@@ -470,7 +470,7 @@
 %   resulting character tokens in the input stream. A \meta{string}
 %   is a series of tokens with category code $12$ (other) with the exception
 %   of spaces, which retain category code $10$ (space).
-%   This function requires only a single expansion.
+%   The base function requires only a single expansion.
 %   Its argument \emph{must} be braced.
 %   \begin{texnote}
 %     This is the \eTeX{} primitive \tn{detokenize}.
@@ -2642,10 +2642,10 @@
 %
 % \subsection{Using token lists}
 %
-% \begin{macro}{\tl_to_str:n, \tl_to_str:V}
+% \begin{macro}{\tl_to_str:n, \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 }
+\cs_generate_variant:Nn \tl_to_str:n { V , v }
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.