[latex3-commits] [git/LaTeX3-latex3-latex2e] case-lang: Mumble (88b75567)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Oct 18 21:16:31 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : case-lang
Link       : https://github.com/latex3/latex2e/commit/88b75567bf6a060ddf77d6df6f694aad053be32f

>---------------------------------------------------------------

commit 88b75567bf6a060ddf77d6df6f694aad053be32f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 18 20:16:31 2022 +0100

    Mumble


>---------------------------------------------------------------

88b75567bf6a060ddf77d6df6f694aad053be32f
 base/ltfinal.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/ltfinal.dtx b/base/ltfinal.dtx
index 432af155..d5ee5ad8 100644
--- a/base/ltfinal.dtx
+++ b/base/ltfinal.dtx
@@ -1117,18 +1117,18 @@
 \ExplSyntaxOn
 \keys_define:nn { __kernel }
   {
-    bcp47 .str_set:N = \reserves at a ,
-    lang  .str_set:N = \reserves at a
+    bcp47 .str_set:N = \reserved at a ,
+    lang  .str_set:N = \reserved at a
   }
 \exp_args_generate:n { cnx }
-\cs_set_protected:Npn \reserves at a #1
+\cs_set_protected:Npn \reserved at a #1
   {
     \cs_generate_variant:cn { text_ \str_lowercase:n {#1} case:nn } { V }
     \cs_new_protected:cpx { Make#1case \c_space_tl \c_space_tl \c_space_tl } [##1] ##2
       {
         \keys_set:nn { __kernel } {##1}
         \exp_not:c { text_ \str_lowercase:n {#1} case:Vn }
-          \exp_not:N \reserves at a {##2}
+          \exp_not:N \reserved at a {##2}
       }
      \ExpandArgs { cnx } \NewExpandableDocumentCommand
        { Make#1case }





More information about the latex3-commits mailing list.