summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3deprecation.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3deprecation.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3deprecation.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/macros/latex/contrib/l3kernel/l3deprecation.dtx b/macros/latex/contrib/l3kernel/l3deprecation.dtx
index 276c4d08fd..c9dd5647b6 100644
--- a/macros/latex/contrib/l3kernel/l3deprecation.dtx
+++ b/macros/latex/contrib/l3kernel/l3deprecation.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2021-07-12}
+% \date{Released 2021-08-27}
%
% \maketitle
%
@@ -285,7 +285,7 @@
{
\__kernel_if_debug:TF
{
- \exp_not:N \__kernel_msg_warning:nnxxx
+ \exp_not:N \msg_warning:nnxxx
{ deprecation } { deprecated-command }
{#1}
{ \token_to_str:N #3 }
@@ -330,8 +330,8 @@
\exp_not:N #4
{
\cs_if_eq:NNTF #3 \cs_gset_protected:Npn
- { \exp_not:N \__kernel_msg_error:nnnnnn }
- { \exp_not:N \__kernel_msg_expandable_error:nnnnnn }
+ { \exp_not:N \msg_error:nnnnnn }
+ { \exp_not:N \msg_expandable_error:nnnnnn }
{ deprecation } { deprecated-command }
{#1}
{ \token_to_str:N #4 }
@@ -352,10 +352,10 @@
{
\tex_protected:D \tex_outer:D \tex_edef:D #1
{
- \exp_not:N \__kernel_msg_expandable_error:nnnnn
+ \exp_not:N \msg_expandable_error:nnnnn
{ deprecation } { deprecated-command }
{ \tl_to_str:n {#3} } { \token_to_str:N #1 } { \tl_to_str:n {#2} }
- \exp_not:N \__kernel_msg_error:nnxxx
+ \exp_not:N \msg_error:nnxxx
{ deprecation } { deprecated-command }
{ \tl_to_str:n {#3} } { \token_to_str:N #1 } { \tl_to_str:n {#2} }
}
@@ -364,7 +364,7 @@
% \end{macro}
%
% \begin{macrocode}
-\__kernel_msg_new:nnn { deprecation } { deprecated-command }
+\msg_new:nnn { deprecation } { deprecated-command }
{
\tl_if_blank:nF {#3} { Use~ \tl_trim_spaces:n {#3} ~not~ }
#2~deprecated~on~#1.