[latex3-commits] [latex3/latex3] main: Correct some arg. sigs. (01eb2c254)
github at latex-project.org
github at latex-project.org
Sat Oct 14 15:41:33 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/01eb2c2544f954860407d2b41e465899031e1134
>---------------------------------------------------------------
commit 01eb2c2544f954860407d2b41e465899031e1134
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 14 14:10:42 2023 +0100
Correct some arg. sigs.
>---------------------------------------------------------------
01eb2c2544f954860407d2b41e465899031e1134
l3kernel/l3text-case.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index c95fd80f8..8d41dfb39 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -121,7 +121,7 @@
% \@@_change_case_auxii:nnnn
% }
% \begin{macro}[EXP]{\@@_change_case_BCP:nnnn}
-% \begin{macro}[EXP]{\@@_change_case_BCP:nnnnw}
+% \begin{macro}[EXP]{\@@_change_case_BCP:nnnw}
% \begin{macro}[EXP]{\@@_change_case_BCP:nnnnnw}
% \begin{macro}[EXP]
% {
@@ -258,8 +258,8 @@
#1#2#3#4 \tl_to_str:n { -x- } #5 \tl_to_str:n { -x- } #6
\exp_not:N \q_@@_stop
}
- { \@@_change_case_BCP:nnnnnnw {#1} {#2} {#3} {#5} {#4} #4 - \q_@@_stop }
-\cs_new:Npn \@@_change_case_BCP:nnnnnnw #1#2#3#4#5#6 - #7 \q_@@_stop
+ { \@@_change_case_BCP:nnnnnw {#1} {#2} {#3} {#5} {#4} #4 - \q_@@_stop }
+\cs_new:Npn \@@_change_case_BCP:nnnnnw #1#2#3#4#5#6 - #7 \q_@@_stop
{
\cs_if_exist:cTF { @@_change_case_ #2 _ #6 -x- #4 :nnnnn }
{ \@@_change_case_auxii:nnnn {#1} {#2} {#3} { #6 -x- #4 } }
More information about the latex3-commits
mailing list.