[latex3-commits] [l3svn] branch master updated: More doc updates [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Tue Sep 26 10:08:07 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 0a61355 More doc updates [ci skip]
0a61355 is described below
commit 0a6135581c8339ebe71f6a6f471c9b774a9c0a4c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 26 09:07:29 2017 +0100
More doc updates [ci skip]
---
l3kernel/l3tl.dtx | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index d3db6b2..b6fc47c 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -70,7 +70,7 @@
% as a list of \enquote{items},
% or a list of \enquote{tokens}. An item is whatever \cs{use:n} would
% grab as its argument: a single non-space token or a brace group,
-% with optional leading explicit space characters (each item is thus
+% with optional leading space characters (each item is thus
% itself a token list). A token is either a normal \texttt{N} argument,
% or \verb*| |, |{|, or |}| (assuming normal \TeX{} category codes).
% Thus for example
@@ -360,8 +360,8 @@
% \end{syntax}
% Tests if the \meta{token list} consists only of blank spaces
% (\emph{i.e.}~contains no item). The test is \texttt{true} if
-% \meta{token list} is zero or more explicit space characters
-% (explicit tokens with character code~$32$ and category code~$10$),
+% \meta{token list} is zero or more space characters
+% (explicit character tokens with category code~$10$),
% and is \texttt{false} otherwise.
% \end{function}
%
@@ -751,8 +751,8 @@
% \begin{syntax}
% \cs{tl_trim_spaces:n} \Arg{token list}
% \end{syntax}
-% Removes any leading and trailing explicit space characters
-% (explicit tokens with character code~$32$ and category code~$10$)
+% Removes any leading and trailing space characters
+% (explicit character tokens with category code~$10$)
% from the \meta{token list} and leaves the result in the input
% stream.
% \begin{texnote}
@@ -770,8 +770,8 @@
% \begin{syntax}
% \cs{tl_trim_spaces:N} \meta{tl~var}
% \end{syntax}
-% Removes any leading and trailing explicit space characters
-% (explicit tokens with character code~$32$ and category code~$10$)
+% Removes any leading and trailing space characters
+% (explicit character tokens with category code~$10$)
% from the content of the \meta{tl~var}. Note that this therefore
% \emph{resets} the content of the variable.
% \end{function}
@@ -849,8 +849,8 @@
% \end{syntax}
% Leaves in the input stream the first \meta{item} in the
% \meta{token list}, discarding the rest of the \meta{token list}.
-% All leading explicit space characters
-% (explicit tokens with character code~$32$ and category code~$10$)
+% All leading space characters
+% (explicit character tokens with category code~$10$)
% are discarded.
% A blank \meta{token list} (which consists only of space characters)
% results in a low-level \TeX{} error, which may be avoided by the
@@ -867,8 +867,8 @@
% \begin{syntax}
% \cs{tl_tail:n} \Arg{token list}
% \end{syntax}
-% Discards all leading explicit space characters
-% (tokens with category code~$10$)
+% Discards all leading space characters
+% (explicit character tokens with category code~$10$)
% and the first \meta{item} in the \meta{token list}, and leaves the
% remaining tokens in the input stream. Thus for example
% \begin{verbatim}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list