[latex3-commits] [git/latex3] master: Explain the "true" branch of \seq_get_left:NNTF etc [ci skip] (fixes #394) (75d800b)

Bruno Le Floch bruno at le-floch.fr
Tue Nov 28 22:08:57 CET 2017


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/75d800becf41d30bb8e596f47d260af71ccf5d19

>---------------------------------------------------------------

commit 75d800becf41d30bb8e596f47d260af71ccf5d19
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Tue Nov 28 16:08:57 2017 -0500

    Explain the "true" branch of \seq_get_left:NNTF etc [ci skip] (fixes #394)


>---------------------------------------------------------------

75d800becf41d30bb8e596f47d260af71ccf5d19
 l3kernel/l3seq.dtx |   37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 3b9b218..ff5d581 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -303,10 +303,10 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  If the
-%   \meta{sequence} is non-empty, stores the left-most item from a
+%   \meta{sequence} is non-empty, stores the left-most item from the
 %   \meta{sequence}
-%   in the \meta{token list variable} without removing it from a
-%   \meta{sequence}.
+%   in the \meta{token list variable} without removing it from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
 %   The \meta{token list variable} is assigned locally.
 % \end{function}
 %
@@ -318,10 +318,10 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  If the
-%   \meta{sequence} is non-empty, stores the right-most item from a
+%   \meta{sequence} is non-empty, stores the right-most item from the
 %   \meta{sequence}
-%   in the \meta{token list variable} without removing it from a
-%   \meta{sequence}.
+%   in the \meta{token list variable} without removing it from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
 %   The \meta{token list variable} is assigned locally.
 % \end{function}
 %
@@ -333,10 +333,10 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  If the
-%   \meta{sequence} is non-empty, pops the left-most item from a
+%   \meta{sequence} is non-empty, pops the left-most item from the
 %   \meta{sequence}
-%   in the \meta{token list variable}, \emph{i.e.}~removes the item from a
-%   \meta{sequence}.
+%   in the \meta{token list variable}, \emph{i.e.}~removes the item from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
 %   Both the \meta{sequence} and the \meta{token list variable} are assigned
 %   locally.
 % \end{function}
@@ -349,9 +349,9 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  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}.
+%   \meta{sequence} is non-empty, pops the left-most item from the \meta{sequence}
+%   in the \meta{token list variable}, \emph{i.e.}~removes the item from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
 %   The \meta{sequence} is modified globally, while the \meta{token list variable}
 %   is assigned locally.
 % \end{function}
@@ -364,9 +364,9 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  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}.
+%   \meta{sequence} is non-empty, pops the right-most item from the \meta{sequence}
+%   in the \meta{token list variable}, \emph{i.e.}~removes the item from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
 %   Both the \meta{sequence} and the \meta{token list variable} are assigned
 %   locally.
 % \end{function}
@@ -379,9 +379,10 @@
 %   If the \meta{sequence} is empty, leaves the \meta{false code} in the
 %   input stream.  The value of the \meta{token list variable} is
 %   not defined in this case and should not be relied upon.  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{sequence} is modified globally, while the
+%   \meta{sequence} is non-empty, pops the right-most item from the \meta{sequence}
+%   in the \meta{token list variable}, \emph{i.e.}~removes the item from the
+%   \meta{sequence}, then leaves the \meta{true code} in the input stream.
+%   The \meta{sequence} is modified globally, while the
 %   \meta{token list variable} is assigned locally.
 % \end{function}
 %





More information about the latex3-commits mailing list