[latex3-commits] [git/LaTeX3-latex3-latex3] main: Adjust mark-up (ff5842b9b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat May 1 23:23:19 CEST 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/ff5842b9b1321b24b634071b41f3c07450a785ac
>---------------------------------------------------------------
commit ff5842b9b1321b24b634071b41f3c07450a785ac
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat May 1 22:23:19 2021 +0100
Adjust mark-up
Based on checking the index.
>---------------------------------------------------------------
ff5842b9b1321b24b634071b41f3c07450a785ac
l3kernel/l3expan.dtx | 2 +-
l3kernel/l3token.dtx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index c4de266f4..291632aaa 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -1601,7 +1601,7 @@
% \begin{macro}[EXP]{\exp_not:V}
% \begin{macro}[EXP]{\exp_not:v}
% All these except \cs{exp_not:c} call the kernel-internal
-% \cs{__kernel_exp_not:w} namely \tn{tex_unexpanded:D}.
+% \cs{__kernel_exp_not:w} namely \cs{tex_unexpanded:D}.
% \begin{macrocode}
\cs_new:Npn \exp_not:c #1 { \exp_after:wN \exp_not:N \cs:w #1 \cs_end: }
\cs_new:Npn \exp_not:o #1 { \__kernel_exp_not:w \exp_after:wN {#1} }
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index daa970c05..ba7d6ee0e 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1683,9 +1683,9 @@
\tl_put_right:Nn \l_@@_tmp_tl { \or: ^^@ }
% \end{macrocode}
% Convert the above temporary list into a series of constant token
-% lists, one for each character code, using \tn{tex_lowercase:D} to
+% lists, one for each character code, using \cs{tex_lowercase:D} to
% convert |^^@| in each case. The \texttt{x}-type expansion ensures
-% that \tn{tex_lowercase:D} receives the contents of the token list.
+% that \cs{tex_lowercase:D} receives the contents of the token list.
% |^^L| is awkward hence this is done in three parts: up to |^^L|,
% |^^L| itslef and above |^L|. Notice that at this stage |^^@| is active.
% \begin{macrocode}
More information about the latex3-commits
mailing list.