summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx b/Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx
index 51ad05c9952..f2f10d16647 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3tl-analysis.dtx
@@ -44,14 +44,12 @@
% }^^A
% }
%
-% \date{Released 2021-02-18}
+% \date{Released 2021-05-07}
%
% \maketitle
%
% \begin{documentation}
%
-% \section{\pkg{l3tl-analysis} documentation}
-%
% This module provides functions that are particularly useful in the
% \pkg{l3regex} module for mapping through a token list one \meta{token}
% at a time (including begin-group/end-group tokens). For
@@ -75,7 +73,7 @@
% writing |"|\meta{catcode}.
% \end{itemize}
% In addition, there is a debugging function \cs{tl_analysis_show:n},
-% very similar to the \cs{ShowTokens} macro from the \pkg{ted} package.
+% very similar to the \cs[no-index]{ShowTokens} macro from the \pkg{ted} package.
%
% \begin{function}[added = 2018-04-09]{\tl_analysis_show:N, \tl_analysis_show:n}
% \begin{syntax}
@@ -334,7 +332,7 @@
%
% Our goal is to produce a token list of the form roughly
% \begin{quote}
-% \meta{token 1} \cs{s@__} \meta{catcode 1} \meta{char code 1} \cs{s@__} \\
+% \meta{token 1} \cs{s_@@} \meta{catcode 1} \meta{char code 1} \cs{s_@@} \\
% \meta{token 2} \cs{s_@@} \meta{catcode 2} \meta{char code 2} \cs{s_@@} \\
% \ldots{}
% \meta{token N} \cs{s_@@} \meta{catcode N} \meta{char code N} \cs{s_@@}
@@ -990,7 +988,7 @@
\tl_if_exist:NTF #1
{
\exp_args:No \@@_analysis:n {#1}
- \msg_show:nnxxxx { LaTeX / kernel } { show-tl-analysis }
+ \__kernel_msg_show:nnxxxx { tl } { show-analysis }
{ \token_to_str:N #1 } { \@@_analysis_show: } { } { }
}
{ \tl_show:N #1 }
@@ -998,7 +996,7 @@
\cs_new_protected:Npn \tl_analysis_show:n #1
{
\@@_analysis:n {#1}
- \msg_show:nnxxxx { LaTeX / kernel } { show-tl-analysis }
+ \__kernel_msg_show:nnxxxx { tl } { show-analysis }
{ } { \@@_analysis_show: } { } { }
}
% \end{macrocode}
@@ -1482,7 +1480,7 @@
% \end{variable}
%
% \begin{macrocode}
-\__kernel_msg_new:nnn { kernel } { show-tl-analysis }
+\__kernel_msg_new:nnn { tl } { show-analysis }
{
The~token~list~ \tl_if_empty:nF {#1} { #1 ~ }
\tl_if_empty:nTF {#2}