[latex3-commits] [git/LaTeX3-latex3-latex3] master: Remove stray text (already in the documentation) (4c26ecb)
Bruno Le Floch
bruno at le-floch.fr
Tue Apr 3 13:21:56 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/4c26ecbcccb39383e61ac4dcd5b6d7eaf161cf58
>---------------------------------------------------------------
commit 4c26ecbcccb39383e61ac4dcd5b6d7eaf161cf58
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue Apr 3 07:21:56 2018 -0400
Remove stray text (already in the documentation)
>---------------------------------------------------------------
4c26ecbcccb39383e61ac4dcd5b6d7eaf161cf58
l3kernel/l3candidates.dtx | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 81cac7b..bd4c180 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2431,22 +2431,6 @@
% \end{macro}
% \end{macro}
%
-% \begin{function}{\seq_set_int_step:Nnnnn}
-% \begin{syntax}
-% \cs{seq_set_int_step:Nnnnn} \meta{seq~var} \Arg{initial value} \Arg{step} \Arg{final value} \Arg{inline code}
-% \end{syntax}
-% This function first evaluates the \meta{initial value}, \meta{step}
-% and \meta{final value}, all of which should be integer expressions.
-% For each \meta{value} from the \meta{initial value} to the
-% \meta{final value} in turn (using \meta{step} between each
-% \meta{value}), the result of \texttt{x}-expanding the \meta{inline
-% code} applied to that \meta{value} is stored as an item in the
-% \meta{seq~var}. The \meta{inline function} should consist of code
-% which will receive the \meta{item} as |#1| and expand to the desired
-% item. As such, the code in \meta{inline function} should be
-% expandable.
-% \end{function}
-%
% \subsection{Additions to \pkg{l3skip}}
%
% \begin{macrocode}
More information about the latex3-commits
mailing list