Skip to content

Commit

Permalink
Rename xparse->ltcmd in message modules
Browse files Browse the repository at this point in the history
Because it's not xparse anymore, and to allow roll-forward
  • Loading branch information
PhelypeOleinik committed Jan 27, 2021
1 parent 03e91a5 commit 42f58f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions l3packages/xparse/xparse.dtx
Expand Up @@ -1072,14 +1072,14 @@
\clist_new:N \l_@@_options_clist
\DeclareOption* { \clist_put_right:NV \l_@@_options_clist \CurrentOption }
\ProcessOptions \relax
\keys_define:nn { xparse }
\keys_define:nn { ltcmd }
{
log-declarations .bool_set:N = \l_@@_log_bool ,
log-declarations .initial:n = false
}
\keys_set:nV { xparse } \l_@@_options_clist
\keys_set:nV { ltcmd } \l_@@_options_clist
\bool_if:NF \l_@@_log_bool
{ \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
{ \msg_redirect_module:nnn { LaTeX / ltcmd } { info } { none } }
% \end{macrocode}
% \end{variable}
% \end{variable}
Expand All @@ -1097,7 +1097,7 @@
\int_incr:N \l_@@_current_arg_int
\cs_if_exist_use:cF { @@_normalize_type_ \tl_to_str:n {#1} :w }
{
\__kernel_msg_error:nnxx { xparse } { unknown-argument-type }
\__kernel_msg_error:nnxx { ltcmd } { unknown-argument-type }
{ \@@_environment_or_command: } { \tl_to_str:n {#1} }
\@@_bad_def:wn
}
Expand Down

0 comments on commit 42f58f4

Please sign in to comment.