[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed one message arg number (f5f5523)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Jun 7 08:57:55 CEST 2019


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

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

commit f5f55236cc25d77bf2ab168b307c97c1b9e24b7f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Jun 7 07:55:27 2019 +0100

    Missed one message arg number


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

f5f55236cc25d77bf2ab168b307c97c1b9e24b7f
 l3trial/l3hooks/l3hooks.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3trial/l3hooks/l3hooks.dtx b/l3trial/l3hooks/l3hooks.dtx
index b31e0e9..1ec9ccd 100644
--- a/l3trial/l3hooks/l3hooks.dtx
+++ b/l3trial/l3hooks/l3hooks.dtx
@@ -274,7 +274,7 @@
       {
         \bool_if:cTF { g_@@_document_ #1 _used_bool }
           {
-            \__kernel_msg_error:nnn { hooks }
+            \__kernel_msg_error:nnnn { hooks }
               {  document-hook-used } {#1} { add~to }
           }
           {
@@ -305,7 +305,7 @@
       {
         \bool_if:cTF { g_@@_document_ #1 _used_bool }
           {
-            \__kernel_msg_error:nnn { hooks }
+            \__kernel_msg_error:nnnn { hooks }
               {  document-hook-used } {#1} { use }
           }
           {





More information about the latex3-commits mailing list