[latex3-commits] [git/LaTeX3-latex3-latex3] options: Keep Skillmon happy (6de1480b3)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 10 18:24:02 CET 2022
Repository : https://github.com/latex3/latex3
On branch : options
Link : https://github.com/latex3/latex3/commit/6de1480b33b708f9aa6d744b02c9d0e5458379ff
>---------------------------------------------------------------
commit 6de1480b33b708f9aa6d744b02c9d0e5458379ff
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 10 17:24:02 2022 +0000
Keep Skillmon happy
>---------------------------------------------------------------
6de1480b33b708f9aa6d744b02c9d0e5458379ff
l3kernel/l3keys.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index df641f514..e3522a7d3 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -874,7 +874,8 @@
%
% \section{Utility functions for keys}
%
-% \begin{function}[EXP, pTF, updated = 2017-11-14]{\keys_if_exist:nn}
+% \begin{function}[EXP, pTF, updated = 2022-01-10]
+% {\keys_if_exist:nn, \keys_if_exist:ne}
% \begin{syntax}
% \cs{keys_if_exist_p:nn} \Arg{module} \Arg{key} \\
% \cs{keys_if_exist:nnTF} \Arg{module} \Arg{key} \Arg{true code} \Arg{false code}
@@ -3368,7 +3369,7 @@
{ \prg_return_true: }
{ \prg_return_false: }
}
-\prg_generate_conditional_variant:Nnn \keys_if_exist:nn { nx } { T , F , TF }
+\prg_generate_conditional_variant:Nnn \keys_if_exist:nn { ne } { T , F , TF }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list.