diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3seq.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3seq.dtx | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx b/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx index 10692dcf430..01e719a9ccc 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3seq.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3seq.dtx 2586 2011-08-15 03:59:12Z bruno $ +\GetIdInfo$Id: l3seq.dtx 2665 2011-08-25 22:15:27Z joseph $ {L3 Experimental sequences and stacks} %</driver|package> %<*driver> @@ -356,11 +356,7 @@ % \cs{seq_if_empty_p:N} \meta{sequence} % \cs{seq_if_empty:NTF} \meta{sequence} \Arg{true code} \Arg{false code} % \end{syntax} -% Tests if the \meta{sequence} is empty (containing no items). The -% branching versions then leave either \meta{true code} or -% \meta{false code} in the input stream, as appropriate to the truth of -% the test and the variant of the function chosen. The logical truth of -% the test is left in the input stream by the predicate version. +% Tests if the \meta{sequence} is empty (containing no items). % \end{function} % % \begin{function}[TF]{ @@ -372,10 +368,6 @@ % ~~\Arg{true code} \Arg{false code} % \end{syntax} % Tests if the \meta{item} is present in the \meta{sequence}. -% Either the \meta{true code} or \meta{false code} is left in the input -% stream, as appropriate to the truth of the test and the variant of the -% function -% chosen. % \end{function} % % \section{Mapping to sequences} @@ -559,9 +551,10 @@ % \end{syntax} % If the \meta{sequence} is empty, leaves the \meta{false code} in the % input stream and leaves the \meta{token list variable} unchanged. If the -% \meta{sequence} is non-empty, stores the left-most item from a \meta{sequence} +% \meta{sequence} is non-empty, stores the left-most item from a +% \meta{sequence} % in the \meta{token list variable} without removing it from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % The \meta{token list variable} is assigned locally. % \end{function} % @@ -572,9 +565,10 @@ % \end{syntax} % If the \meta{sequence} is empty, leaves the \meta{false code} in the % input stream and leaves the \meta{token list variable} unchanged. If the -% \meta{sequence} is non-empty, stores the right-most item from a \meta{sequence} +% \meta{sequence} is non-empty, stores the right-most item from a +% \meta{sequence} % in the \meta{token list variable} without removing it from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % The \meta{token list variable} is assigned locally. % \end{function} % @@ -585,9 +579,10 @@ % \end{syntax} % If the \meta{sequence} is empty, leaves the \meta{false code} in the % input stream and leaves the \meta{token list variable} unchanged. If the -% \meta{sequence} is non-empty, pops the left-most item from a \meta{sequence} +% \meta{sequence} is non-empty, pops the left-most item from a +% \meta{sequence} % in the \meta{token list variable}, \emph{i.e.}~removes the item from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % Both the \meta{sequence} and the \meta{token list variable} are assigned % locally. % \end{function} @@ -601,7 +596,7 @@ % input stream and leaves the \meta{token list variable} unchanged. If the % \meta{sequence} is non-empty, pops the left-most item from a \meta{sequence} % in the \meta{token list variable}, \emph{i.e.}~removes the item from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % The \meta{sequence} is modified globally, while the \meta{token list variable} % is assigned locally. % \end{function} @@ -615,7 +610,7 @@ % input stream and leaves the \meta{token list variable} unchanged. If the % \meta{sequence} is non-empty, pops the right-most item from a \meta{sequence} % in the \meta{token list variable}, \emph{i.e.}~removes the item from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % Both the \meta{sequence} and the \meta{token list variable} are assigned % locally. % \end{function} @@ -629,7 +624,7 @@ % input stream and leaves the \meta{token list variable} unchanged. If the % \meta{sequence} is non-empty, pops the right-most item from a \meta{sequence} % in the \meta{token list variable}, \emph{i.e.}~removes the item from a -% \meta{sequence}. The \meta{true code} is then left in the input stream. +% \meta{sequence}. % The \meta{sequence} is modified globally, while the \meta{token list variable} % is assigned locally. % \end{function} |