diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3int.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx index 5b94e7ccef7..f977f49c9f8 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3int.dtx 3216 2012-01-21 04:03:53Z bruno $ +\GetIdInfo$Id: l3int.dtx 3315 2012-02-06 11:17:04Z bruno $ {L3 Experimental integers} %</driver|package> %<*driver> @@ -379,7 +379,7 @@ % % \begin{function}[rEXP]{\int_do_while:nn} % \begin{syntax} -% \cs{int_do_while:nNnn} +% \cs{int_do_while:nn} % ~~\{ \meta{intexpr1} \meta{relation} \meta{intexpr2} \} \Arg{code} % \end{syntax} % Evaluates the relationship between the two \meta{integer expressions} @@ -1386,7 +1386,7 @@ { #2 \int_compare:nT {#1} - { \int_do_while:nNnn {#1} {#2} } + { \int_do_while:nn {#1} {#2} } } \cs_new:Npn \int_do_until:nn #1#2 { @@ -2069,7 +2069,7 @@ % % \begin{variable}{\l_tmpa_int, \l_tmpb_int, \l_tmpc_int} % \begin{variable}{\g_tmpa_int, \g_tmpb_int} -% We provide four local and two global scratch counters, maybe we +% We provide three local and two global scratch counters, maybe we % need more or less. % \begin{macrocode} \int_new:N \l_tmpa_int |