summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3quark.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3quark.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3quark.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/l3kernel/l3quark.dtx b/macros/latex/contrib/l3kernel/l3quark.dtx
index 8177a2a589..8106e1746e 100644
--- a/macros/latex/contrib/l3kernel/l3quark.dtx
+++ b/macros/latex/contrib/l3kernel/l3quark.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2021-02-18}
+% \date{Released 2021-05-07}
%
% \maketitle
%
@@ -540,7 +540,7 @@
% \UnitTested
% \begin{macro}{\@@_if_nil:w, \@@_if_no_value:w}
% \begin{macro}[EXP]{\@@_if_empty_if:o}
-% Let us explain |\quark_if_nil:n(TF)|. Expanding \cs{@@_if_nil:w}
+% Let us explain \cs{quark_if_nil:nTF}. Expanding \cs{@@_if_nil:w}
% once is safe thanks to the trailing \cs{q_nil} |??!|. The result of
% expanding once is empty if and only if both delimited arguments |#1|
% and~|#2| are empty and |#3|~is delimited by the last tokens~|?!|.
@@ -623,8 +623,8 @@
% There are only two cases for the \meta{arg spec} here:
% \begin{description}
% \def\makelabel#1{\texttt{:#1}~}
-% \item[n] gives an analogue of \cs[no-index]{quark_if_nil:n(TF)}
-% \item[N] gives an analogue of \cs[no-index]{quark_if_nil:N(TF)}
+% \item[n] gives an analogue of \cs{quark_if_nil:nTF}
+% \item[N] gives an analogue of \cs{quark_if_nil:NTF}
% \end{description}
% Any other signature causes an error, as does a function without signature.
% We use low-level emptiness tests as \pkg{l3tl} is not available yet when these
@@ -641,7 +641,7 @@
\cs_new_protected:Npn \@@_new_test_aux:Nn #1 #2
{
\if_meaning:w \q_nil #2 \q_nil
- \__kernel_msg_error:nnx { kernel } { invalid-quark-function }
+ \__kernel_msg_error:nnx { quark } { invalid-function }
{ \token_to_str:N #1 }
\else:
\@@_new_test:Nccn #1
@@ -665,11 +665,11 @@
\cs_new_protected:Npn \@@_new_conditional:Nnnn #1#2#3#4
{
\if_meaning:w \q_nil #2 \q_nil
- \__kernel_msg_error:nnx { kernel } { invalid-quark-function }
+ \__kernel_msg_error:nnx { quark } { invalid-function }
{ \token_to_str:N #1 }
\else:
\if_meaning:w \q_nil #3 \q_nil
- \__kernel_msg_error:nnx { kernel } { invalid-quark-function }
+ \__kernel_msg_error:nnx { quark } { invalid-function }
{ \token_to_str:N #1 }
\else:
\exp_last_unbraced:Nf \@@_new_test_aux:nnNNnnnn
@@ -684,7 +684,7 @@
{
\cs_if_exist_use:cTF { @@_new_#5_#2:Nnnn } { #4 }
{
- \__kernel_msg_error:nnxx { kernel } { invalid-quark-function }
+ \__kernel_msg_error:nnxx { quark } { invalid-function }
{ \token_to_str:N #4 } {#2}
\use_none:nnn
}
@@ -961,7 +961,7 @@
{
\tl_if_in:NnTF \g_@@_marks_tl { #1 }
{
- \__kernel_msg_error:nnx { kernel } { scanmark-already-defined }
+ \__kernel_msg_error:nnx { scanmark } { already-defined }
{ \token_to_str:N #1 }
}
{