[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a function name (90a884e)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 15 07:44:50 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/90a884e8cccf701d4add66487e1539d9ef9756c2

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

commit 90a884e8cccf701d4add66487e1539d9ef9756c2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Oct 15 06:44:50 2018 +0100

    Correct a function name


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

90a884e8cccf701d4add66487e1539d9ef9756c2
 l3kernel/l3msg.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 5bf87e3..b10b2d2 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -919,7 +919,7 @@
   { \@@_text:nn {#1} { Info } }
 \cs_new:Npn \@@_text:nn #1#2
   {
-    \exp_arg:Nf \@@_text:n { \msg_module_type:n {#1} }
+    \exp_args:Nf \@@_text:n { \msg_module_type:n {#1} }
     \msg_module_name:n {#1} ~
     #2
   }





More information about the latex3-commits mailing list