[latex3-commits] [latex3/latex3] main: Adjust a variant (see latex3/latex2e#1074) (d595bedb4)
github at latex-project.org
github at latex-project.org
Thu May 25 18:04:20 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/d595bedb4c670e0680541180069902220d2e5786
>---------------------------------------------------------------
commit d595bedb4c670e0680541180069902220d2e5786
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu May 25 17:04:20 2023 +0100
Adjust a variant (see latex3/latex2e#1074)
>---------------------------------------------------------------
d595bedb4c670e0680541180069902220d2e5786
l3kernel/l3basics.dtx | 2 +-
l3kernel/l3expan.dtx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 38bc534ca..f8479e2be 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -601,7 +601,7 @@
% \begin{function}[updated = 2012-01-14]
% {
% \cs_generate_from_arg_count:NNnn,
-% \cs_generate_from_arg_count:NNVo,
+% \cs_generate_from_arg_count:NNno,
% \cs_generate_from_arg_count:cNnn,
% \cs_generate_from_arg_count:Ncnn
% }
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index 177ac3e4e..169bd87f0 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -2392,11 +2392,11 @@
%
% \subsection{Held-over variant generation}
%
-% \begin{macro}{\cs_generate_from_arg_count:NNVo}
+% \begin{macro}{\cs_generate_from_arg_count:NNno}
% \begin{macro}{\cs_replacement_spec:c}
% A couple of variants that are from early functions.
% \begin{macrocode}
-\cs_generate_variant:Nn \cs_generate_from_arg_count:NNnn { NNVo }
+\cs_generate_variant:Nn \cs_generate_from_arg_count:NNnn { NNno }
\cs_generate_variant:Nn \cs_replacement_spec:N { c }
% \end{macrocode}
% \end{macro}
More information about the latex3-commits
mailing list.