summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/xparse.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3packages/xparse.dtx')
-rw-r--r--macros/latex/contrib/l3packages/xparse.dtx13
1 files changed, 5 insertions, 8 deletions
diff --git a/macros/latex/contrib/l3packages/xparse.dtx b/macros/latex/contrib/l3packages/xparse.dtx
index fa5e6e301d..fc0164a8cd 100644
--- a/macros/latex/contrib/l3packages/xparse.dtx
+++ b/macros/latex/contrib/l3packages/xparse.dtx
@@ -67,7 +67,7 @@
% }^^A
% }
%
-% \date{Released 2020-02-14}
+% \date{Released 2020-02-25}
%
% \maketitle
%
@@ -916,7 +916,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplPackage{xparse}{2020-02-14}{}
+\ProvidesExplPackage{xparse}{2020-02-25}{}
{L3 Experimental document command parser}
% \end{macrocode}
%
@@ -1793,7 +1793,7 @@
% with the default argument |-NoValue-|. To easily insert that marker
% expanded in the definitions we call \cs{@@_tmp:w} with the argument
% |-NoValue-|. For argument types that need additional data, check
-% that that data is present (not \cs{q_recursion_tail}) before
+% that the data is present (not \cs{q_recursion_tail}) before
% proceeding.
% \begin{macrocode}
\cs_set_protected:Npn \@@_tmp:w #1
@@ -2992,7 +2992,7 @@
% same character with different category codes, but that really should not
% happen in any sensible document-level syntax.)
% \begin{macrocode}
-\cs_set_protected_nopar:Npn \@@_grab_D_call:Nw #1
+\cs_new_protected_nopar:Npn \@@_grab_D_call:Nw #1
{
\token_if_eq_catcode:NNTF + #1
{
@@ -4894,10 +4894,7 @@
}
\keys_set:nV { xparse } \l_@@_options_clist
\bool_if:NF \l_@@_log_bool
- {
- \msg_redirect_module:nnn { LaTeX / xparse } { info } { none }
- \msg_redirect_module:nnn { LaTeX / xparse } { warning } { none }
- }
+ { \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
% \end{macrocode}
% \end{variable}
% \end{variable}