summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3quark.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3quark.dtx26
1 files changed, 5 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
index 11f4b0805d1..4f8a12c67d4 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3quark.dtx 2549 2011-08-11 21:06:39Z bruno $
+\GetIdInfo$Id: l3quark.dtx 2665 2011-08-25 22:15:27Z joseph $
{L3 Experimental quarks}
%</driver|package>
%<*driver>
@@ -131,11 +131,7 @@
% \cs{quark_if_nil_p:N} \meta{token}
% \cs{quark_if_nil:NTF} \meta{token} \Arg{true code} \Arg{false code}
% \end{syntax}
-% Tests if the \meta{token} is equal to \cs{q_nil}. 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{token} is equal to \cs{q_nil}.
% \end{function}
%
% \begin{function}[EXP,pTF]{\quark_if_nil:n, \quark_if_nil:o, \quark_if_nil:V}
@@ -145,11 +141,7 @@
% \end{syntax}
% Tests if the \meta{token list} contains only \cs{q_nil} (distinct
% from \meta{token list} being empty or containing \cs{q_nil} plus one
-% or more other tokens). 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.
+% or more other tokens).
% \end{function}
%
% \begin{function}[EXP,pTF]{\quark_if_no_value:N, \quark_if_no_value:c}
@@ -158,11 +150,7 @@
% \cs{quark_if_no_value:NTF} \meta{token} \Arg{true code}
% ~~\Arg{false code}
% \end{syntax}
-% Tests if the \meta{token} is equal to \cs{q_no_value}. 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{token} is equal to \cs{q_no_value}.
% \end{function}
%
% \begin{function}[EXP,pTF]{\quark_if_no_value:n}
@@ -173,11 +161,7 @@
% \end{syntax}
% Tests if the \meta{token list} contains only \cs{q_no_value}
% (distinct from \meta{token list} being empty or containing
-% \cs{q_no_value} plus one or more other tokens). 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.
+% \cs{q_no_value} plus one or more other tokens).
% \end{function}
%
% \section{Recursion}