[latex3-commits] [l3svn] 01/02: Documentation tweaks [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Tue Sep 26 10:01:08 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 499707bbd6188f6c55139d96262d92d86c189705
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Sep 26 08:16:26 2017 +0100
Documentation tweaks [ci skip]
---
l3kernel/l3tl.dtx | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 4613e18..d1d7fb0 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -669,23 +669,25 @@
% \cs{tl_count:n} \Arg{tokens}
% \end{syntax}
% Counts the number of \meta{items} in \meta{tokens} and leaves this
-% information in the input stream. Unbraced tokens count as one
-% element as do each token group (|{|\ldots|}|). This process
-% ignores any unprotected spaces within \meta{tokens}. See also
-% \cs{tl_count:N}. This function requires three expansions,
-% giving an \meta{integer denotation}.
+% information in the input stream as an \meta{integer denotation}.
+% See also \cs{tl_count:N}.
+% \begin{texnote}
+% This function requires three expansions to reach an
+% \meta{integer denotation}.
+% \end{texnote}
% \end{function}
%
% \begin{function}[added = 2012-05-13, EXP]{\tl_count:N, \tl_count:c}
% \begin{syntax}
% \cs{tl_count:N} \meta{tl~var}
% \end{syntax}
-% Counts the number of token groups in the \meta{tl~var}
-% and leaves this information in the input stream. Unbraced tokens
-% count as one element as do each token group (|{|\ldots|}|). This
-% process ignores any unprotected spaces within the \meta{tl~var}.
-% See also \cs{tl_count:n}. This function requires three expansions,
-% giving an \meta{integer denotation}.
+% Counts the number of \meta{items} in \meta{tl~var} and leaves this
+% information in the input stream as an \meta{integer denotation}.
+% See also \cs{tl_count:n}.
+% \begin{texnote}
+% This function requires three expansions to reach an
+% \meta{integer denotation}.
+% \end{texnote}
% \end{function}
%
% \begin{function}[updated = 2012-01-08, EXP]
@@ -815,8 +817,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; for example
% \begin{verbatim}
% \tl_head:n { abc }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list