[latex3-commits] [git/LaTeX3-latex3-latex3] master: Reflect in some docs the recent primitive renames [ci skip] (35984e0)

Bruno Le Floch bruno at le-floch.fr
Sat May 5 13:32:16 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/35984e0c0e1ac5544bdbe935bc4e2dd5113cbc1b

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

commit 35984e0c0e1ac5544bdbe935bc4e2dd5113cbc1b
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sat May 5 13:32:16 2018 +0200

    Reflect in some docs the recent primitive renames [ci skip]
    
    Replacements are "\cs{etex_protected:D}" to "\cs{tex_protected:D}" and
    similar.


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

35984e0c0e1ac5544bdbe935bc4e2dd5113cbc1b
 l3experimental/xgalley/l3galley.dtx         |    4 ++--
 l3kernel/l3basics.dtx                       |    2 +-
 l3kernel/l3candidates.dtx                   |    2 +-
 l3kernel/l3kernel-functions.dtx             |    2 +-
 l3kernel/l3str.dtx                          |    2 +-
 l3kernel/l3tl.dtx                           |    2 +-
 l3trial/l3check/l3check.dtx                 |    2 +-
 l3trial/l3kernel-extras/l3kernel-extras.dtx |   12 ++++++------
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index 019335b..fc991a7 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -1182,7 +1182,7 @@
 %    \end{macrocode}
 %   No marker, so really insert a paragraph: the \cs{tex_par:D} is inside a
 %   group to preserve some dynamic settings (for example
-%   \cs{etex_interlinepenalties:D}). In vertical mode, that means just
+%   \cs{tex_interlinepenalties:D}). In vertical mode, that means just
 %   inserting the primitive.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_par_auxii:
@@ -2305,7 +2305,7 @@
 %   penalty is removed and the new one is added. If there is currently
 %   no shape set, then after adding the general interline value the
 %   generic build system is invoked (in case the
-%   \cs{etex_interlinepenalties:D} has accidentally been cleared).
+%   \cs{tex_interlinepenalties:D} has accidentally been cleared).
 %    \begin{macrocode}
 \cs_new_protected:Npn \galley_interline_penalty_set:n #1
   {
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 3ef6dee..20fa478 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1815,7 +1815,7 @@
 %   to convert to integer) before it encounters the final
 %   \cs{tex_relax:D}.  Since \cs{tex_romannumeral:D} does not absorb
 %   \cs{tex_relax:D} the output will be nonempty.  Note that |#3| is
-%   empty except for mu expressions for which it is \cs{etex_mutoglue:D}
+%   empty except for mu expressions for which it is \cs{tex_mutoglue:D}
 %   to avoid an \enquote{incompatible glue units} error.  Note also that
 %   if we had omitted the first \cs{tex_relax:D} then for instance
 %   |1+2\relax+3| would incorrectly be accepted as a valid integer
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 4f95edb..d2958ec 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2558,7 +2558,7 @@
 % \begin{macro}{\seq_shuffle:N, \seq_gshuffle:N, \@@_shuffle:NN, \@@_shuffle_item:n}
 % \begin{variable}{\g_@@_internal_seq, \l_@@_internal_a_int, \l_@@_internal_b_int}
 %   We apply the Fisher–Yates shuffle, storing items in \tn{toks}
-%   registers.  We use the primitive \cs{pdftex_uniformdeviate:D} for
+%   registers.  We use the primitive \cs{tex_uniformdeviate:D} for
 %   speed reasons.  Its non-uniformity is of order its argument divided
 %   by $2^{28}$, not too bad for small lists.  For sequences with more
 %   than $13$ elements there are more possible permutations than
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index aa4e288..67a2d60 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -84,7 +84,7 @@
 %   evaluation as well as the \meta{caller}.  For instance \meta{eval}
 %   can be \cs{__int_eval:w} and \meta{caller} can be \cs{int_eval:n} or
 %   \cs{int_set:Nn}.  The argument \meta{convert} is empty except for mu
-%   expressions where it is \cs{etex_mutoglue:D}, used for internal
+%   expressions where it is \cs{tex_mutoglue:D}, used for internal
 %   purposes.
 % \end{function}
 %
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index f0e47d6..0e81cf9 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1040,7 +1040,7 @@
 %   The need to detokenize and force
 %   expansion of input arises from the case where a |#| token is used in the
 %   input, \emph{e.g.}~|\__str_if_eq_x:nn {#} { \tl_to_str:n {#} }|, which
-%   otherwise would fail as \cs{luatex_luaescapestring:D} does not double
+%   otherwise would fail as \cs{tex_luaescapestring:D} does not double
 %   such tokens.
 %    \begin{macrocode}
 \cs_new:Npn \@@_if_eq_x:nn #1#2 { \tex_strcmp:D {#1} {#2} }
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 887f342..e285386 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -2982,7 +2982,7 @@
 %
 %   The token list \cs{l_@@_internal_a_tl} containing the result
 %   of all these manipulations is displayed to the terminal using
-%   \cs{etex_showtokens:D} and an odd \cs{exp_after:wN} which expand the
+%   \cs{tex_showtokens:D} and an odd \cs{exp_after:wN} which expand the
 %   closing brace to improve the output slightly.  The calls to
 %   \cs{__kernel_iow_with:Nnn} ensure that the \tn{newlinechar} is set to~$10$
 %   so that the \cs{iow_newline:} inserted by the line-wrapping code
diff --git a/l3trial/l3check/l3check.dtx b/l3trial/l3check/l3check.dtx
index 4936a5f..e86c287 100644
--- a/l3trial/l3check/l3check.dtx
+++ b/l3trial/l3check/l3check.dtx
@@ -1149,7 +1149,7 @@
 % First standardize some definitions: the $16$ assignment functions
 % |\cs_(set/gset/new)(/_protected)(/_nopar):Np(n/x)| are normally
 % defined in terms of each other, but that complicates checking, since
-% some are defined as \cs{tex_long:D} or \cs{etex_protected:D} followed
+% some are defined as \cs{tex_long:D} or \cs{tex_protected:D} followed
 % by others.
 %    \begin{macrocode}
     \cs_gset_protected:Npn \cs_set_nopar:Npn { \tex_def:D }
diff --git a/l3trial/l3kernel-extras/l3kernel-extras.dtx b/l3trial/l3kernel-extras/l3kernel-extras.dtx
index d63955c..de850fa 100644
--- a/l3trial/l3kernel-extras/l3kernel-extras.dtx
+++ b/l3trial/l3kernel-extras/l3kernel-extras.dtx
@@ -631,20 +631,20 @@
 %   {\__msg_expandable_warning_aux:nn, \__msg_expandable_warning_loop:n}
 %   The idea is to use the warnings that \eTeX{} produces when a
 %   conditional is ended in a different file than where it was started.
-%   Build a file using \cs{etex_scantokens:D}, with essentially
+%   Build a file using \cs{tex_scantokens:D}, with essentially
 %   \tn{inputlineno} empty lines, followed by a line with the string
 %   \texttt{LaTeX3 warning:} followed by the warning message.  This
-%   \cs{etex_scantokens:D} is expanded before the previous \cs{if:w},
+%   \cs{tex_scantokens:D} is expanded before the previous \cs{if:w},
 %   hence the \cs{if:w} starts within the new file, but does not have a
 %   line number (since it was not input in that file): those properties
 %   make the \eTeX{} warning shorter.
 %
 %   We need to get rid of the contents of the file.  A simple
 %   \cs{use_none_delimit_by_q_recursion_stop:w} would fail since there
-%   is an end-of-file marker at the end of the \cs{etex_scantokens:D}
+%   is an end-of-file marker at the end of the \cs{tex_scantokens:D}
 %   file.  Instead, we read the contents as for a token list mapping,
 %   with an additional \cs{exp_not:N}, inserted there to prevent the
-%   end-of-file marker from making \cs{etex_scantokens:D} choke.  The
+%   end-of-file marker from making \cs{tex_scantokens:D} choke.  The
 %   warning is in fact produced when \cs{exp_not:N} goes beyond the
 %   end-of-file marker (hence acting on the following quark).
 %    \begin{macrocode}
@@ -724,7 +724,7 @@
 % \LuaTeX{}'s \tn{scantokens} is broken (it stops reading after a single
 % line), so the approach above fails.  However, using \Lua{} code we can
 % get a better looking warning, so let's.  We could add some
-% \cs{iow_newline:} within the argument of \cs{luatex_luaescapestring:D}
+% \cs{iow_newline:} within the argument of \cs{tex_luaescapestring:D}
 % if wanted.
 %    \begin{macrocode}
 \sys_if_engine_luatex:T
@@ -1189,7 +1189,7 @@
 %   glue expressions, then compare the appropriate glue components.
 %   Infinite glues complicate the picture: if one of the operands has a
 %   higher order infinity than the other, replace the negligible glue by
-%   zero.  The use of \cs{etex_glueexpr:D} and \cs{scan_stop:} ensures
+%   zero.  The use of \cs{tex_glueexpr:D} and \cs{scan_stop:} ensures
 %   that the arguments of \cs{if_dim:w} are entirely found before the
 %   expansion hits \cs{prg_return_true:}.
 %    \begin{macrocode}





More information about the latex3-commits mailing list