[latex3-commits] [git/LaTeX3-latex3-latex3] master: A missed @@ (7f88aff)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Apr 2 16:07:18 CEST 2018


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

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

commit 7f88aff20e11882fd3e76dd2263f7180c1f414e7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Apr 2 15:07:18 2018 +0100

    A missed @@


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

7f88aff20e11882fd3e76dd2263f7180c1f414e7
 l3kernel/l3skip.dtx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index b47d2c8..9d59ec5 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -1926,7 +1926,7 @@
 % \end{macro}
 %
 % \begin{macro}[EXP,pTF]{\skip_if_finite:n}
-% \begin{macro}[EXP]{\__skip_if_finite:wwNw}
+% \begin{macro}[EXP]{\@@_if_finite:wwNw}
 %   With \eTeX{}, we have an easy access to the order of infinities of
 %   the stretch and shrink components of a skip.  However, to access
 %   both, we either need to evaluate the expression twice, or evaluate
@@ -1946,11 +1946,11 @@
       }
     \prg_new_conditional:Npnn \skip_if_finite:n ##1 { p , T , F , TF }
       {
-        \exp_after:wN \__skip_if_finite:wwNw
+        \exp_after:wN \@@_if_finite:wwNw
         \skip_use:N \etex_glueexpr:D ##1 ; \prg_return_false:
         #1 ; \prg_return_true: \q_stop
       }
-    \cs_new:Npn \__skip_if_finite:wwNw ##1 #1 ##2 ; ##3 ##4 \q_stop {##3}
+    \cs_new:Npn \@@_if_finite:wwNw ##1 #1 ##2 ; ##3 ##4 \q_stop {##3}
   }
 \exp_args:No \@@_tmp:w { \tl_to_str:n { fil } }
 %    \end{macrocode}





More information about the latex3-commits mailing list