[latex3-commits] [l3svn] r6879 - Clarify wording of a quark documentation

noreply at latex-project.org noreply at latex-project.org
Sat Feb 11 04:02:00 CET 2017


Author: bruno
Date: 2017-02-11 04:01:59 +0100 (Sat, 11 Feb 2017)
New Revision: 6879

Modified:
   trunk/l3kernel/l3quark.dtx
Log:
Clarify wording of a quark documentation


Modified: trunk/l3kernel/l3quark.dtx
===================================================================
--- trunk/l3kernel/l3quark.dtx	2017-02-10 07:40:59 UTC (rev 6878)
+++ trunk/l3kernel/l3quark.dtx	2017-02-11 03:01:59 UTC (rev 6879)
@@ -206,8 +206,9 @@
 %     \cs{quark_if_recursion_tail_stop:N} \meta{token}
 %   \end{syntax}
 %   Tests if \meta{token} contains only the marker
-%   \cs{q_recursion_tail}, and if so terminates the recursion this is
-%   part of using \cs{use_none_delimit_by_q_recursion_stop:w}. The
+%   \cs{q_recursion_tail}, and if so uses
+%   \cs{use_none_delimit_by_q_recursion_stop:w} to terminate the
+%   recursion that this belongs to. The
 %   recursion input must include the marker tokens \cs{q_recursion_tail}
 %   and \cs{q_recursion_stop} as the last two items.
 % \end{function}
@@ -218,8 +219,9 @@
 %     \cs{quark_if_recursion_tail_stop:n} \Arg{token list}
 %   \end{syntax}
 %   Tests if the \meta{token list} contains only
-%   \cs{q_recursion_tail}, and if so terminates the recursion this is
-%   part of using \cs{use_none_delimit_by_q_recursion_stop:w}. The
+%   \cs{q_recursion_tail}, and if so uses
+%   \cs{use_none_delimit_by_q_recursion_stop:w} to terminate the
+%   recursion that this belongs to. The
 %   recursion input must include the marker tokens \cs{q_recursion_tail}
 %   and \cs{q_recursion_stop} as the last two items.
 % \end{function}
@@ -229,8 +231,9 @@
 %     \cs{quark_if_recursion_tail_stop_do:Nn} \meta{token} \Arg{insertion}
 %   \end{syntax}
 %   Tests if \meta{token} contains only the marker
-%   \cs{q_recursion_tail}, and if so terminates the recursion this is
-%   part of using \cs{use_none_delimit_by_q_recursion_stop:w}. The
+%   \cs{q_recursion_tail}, and if so uses
+%   \cs{use_none_delimit_by_q_recursion_stop:w} to terminate the
+%   recursion that this belongs to. The
 %   recursion input must include the marker tokens \cs{q_recursion_tail}
 %   and \cs{q_recursion_stop} as the last two items. The \meta{insertion}
 %   code is then added to the input stream after the recursion has
@@ -243,8 +246,9 @@
 %     \cs{quark_if_recursion_tail_stop_do:nn} \Arg{token list} \Arg{insertion}
 %   \end{syntax}
 %   Tests if the \meta{token list} contains only
-%   \cs{q_recursion_tail}, and if so terminates the recursion this is
-%   part of using \cs{use_none_delimit_by_q_recursion_stop:w}. The
+%   \cs{q_recursion_tail}, and if so uses
+%   \cs{use_none_delimit_by_q_recursion_stop:w} to terminate the
+%   recursion that this belongs to. The
 %   recursion input must include the marker tokens \cs{q_recursion_tail}
 %   and \cs{q_recursion_stop} as the last two items. The \meta{insertion}
 %   code is then added to the input stream after the recursion has



More information about the latex3-commits mailing list