[latex3-commits] [git/LaTeX3-latex3-latex3] master: Naming (1276f13)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jun 7 08:56:35 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/1276f1320208bec897bc97811e99eaf8de70675f
>---------------------------------------------------------------
commit 1276f1320208bec897bc97811e99eaf8de70675f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jun 7 07:38:45 2019 +0100
Naming
>---------------------------------------------------------------
1276f1320208bec897bc97811e99eaf8de70675f
l3trial/l3hooks/l3hooks.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3trial/l3hooks/l3hooks.dtx b/l3trial/l3hooks/l3hooks.dtx
index a928d79..e7d12ce 100644
--- a/l3trial/l3hooks/l3hooks.dtx
+++ b/l3trial/l3hooks/l3hooks.dtx
@@ -264,7 +264,7 @@
% Much the same as the generic case, but with a check for the hook being
% disabled.
% \begin{macrocode}
-\cs_new_protected:Npn \hook_document__gpush:nnn #1#2#3
+\cs_new_protected:Npn \hook_document_gpush:nnn #1#2#3
{ \@@_document_gpush:nnn {#1} {#2} {#3} }
\cs_new_protected:Npn \hook_document_gpush:nnnn #1#2#3#4
{ \@@_document_gpush:nnn {#1} { #2 - #3 } {#4} }
More information about the latex3-commits
mailing list