[latex3-commits] [git/LaTeX3-latex3-latex3] master: A few __tl_build docs missed [ci skip] (76974e4)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Mar 28 11:08:27 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/76974e4a05200380acecaba3d4cce7405cf75c7f

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

commit 76974e4a05200380acecaba3d4cce7405cf75c7f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Mar 28 10:02:08 2018 +0100

    A few __tl_build docs missed [ci skip]


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

76974e4a05200380acecaba3d4cce7405cf75c7f
 l3kernel/l3regex.dtx    |    8 ++++----
 l3kernel/l3tl-build.dtx |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index 97f9327..ca1745e 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -1456,14 +1456,14 @@
 % The conversion is mostly done within an \texttt{x}-expanding
 % assignment, except for the |\x| escape sequence, which is not amenable
 % to that in general. For this, we use the general framework of
-% \cs{__tl_build:Nw}.
+% \cs{tl_build:Nw}.
 %
 % \begin{macro}{\@@_escape_use:nnnn}
 %   The result is built in \cs{l_@@_internal_a_tl}, which is then
 %   left in the input stream.  Go through |#4| once, applying |#1|,
 %   |#2|, or |#3| as relevant to each character (after de-escaping
 %   it). Note that we cannot replace \cs{tl_set:Nx} and
-%   \cs{__tl_build_one:o} by a single call to \cs{__tl_build_one:x}, because
+%   \cs{tl_build_add:o} by a single call to \cs{__tl_build_add:x}, because
 %   the \texttt{x}-expanding assignment may be interrupted by |\x|.
 %    \begin{macrocode}
 \__kernel_patch:nnNNpn
@@ -3377,7 +3377,7 @@
 % \subsubsection{Showing regexes}
 %
 % \begin{macro}{\@@_show:N}
-%   Within a \cs{__tl_build:Nw} \ldots{} \cs{__tl_build_end:} group, we
+%   Within a \cs{tl_build:Nw} \ldots{} \cs{tl_build_end:} group, we
 %   redefine all the function that can appear in a compiled regex, then
 %   run the regex. The result stored in \cs{l_@@_internal_a_tl} is then
 %   meant to be shown.
@@ -5165,7 +5165,7 @@
 %
 % \begin{macro}{\@@_replacement_normal:n}
 %   Most characters are simply sent to the output by
-%   \cs{__tl_build_one:n}, unless a particular category code has been
+%   \cs{tl_build_add:n}, unless a particular category code has been
 %   requested: then \cs{@@_replacement_c_A:w} or a similar auxiliary is
 %   called.  One exception is right parentheses, which restore the
 %   category code in place before the group started.  Note that the
diff --git a/l3kernel/l3tl-build.dtx b/l3kernel/l3tl-build.dtx
index 16d2a2b..90747d0 100644
--- a/l3kernel/l3tl-build.dtx
+++ b/l3kernel/l3tl-build.dtx
@@ -92,8 +92,8 @@
 %   }
 %   \begin{syntax}
 %     \cs{tl_build:Nw} \meta{tl~var} \texttt{\ldots{}}
-%     \cs{tl_build_one:n} \Arg{tokens_1} \texttt{\ldots{}}
-%     \cs{tl_build_one:n} \Arg{tokens_2} \texttt{\ldots{}}
+%     \cs{tl_build_add:n} \Arg{tokens_1} \texttt{\ldots{}}
+%     \cs{tl_build_add:n} \Arg{tokens_2} \texttt{\ldots{}}
 %     \ldots{}
 %     \cs{tl_build_end:}
 %   \end{syntax}
@@ -110,7 +110,7 @@
 % \begin{function}[added = 2018-03-28]
 %   {\tl_build_add:n, \tl_build_add:o, \tl_build_add:x}
 %   \begin{syntax}
-%     \cs{__tl_build_one:n} \Arg{tokens}
+%     \cs{tl_build_add:n} \Arg{tokens}
 %   \end{syntax}
 %   This function may only be used within the scope of a
 %   \cs_tl_build:Nw} function. It adds the \meta{tokens} on the





More information about the latex3-commits mailing list