summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-12 22:54:42 +0000
committerKarl Berry <karl@freefriends.org>2013-07-12 22:54:42 +0000
commit60ede63177ff54dd8d1934012fbecce179a633ee (patch)
tree9dbd9e4608c9a0caa9864fedf49f0a2aea36fedf /Master/texmf-dist/source/latex/l3kernel/l3tl.dtx
parentc2d4fa6f59f3c566ccd85e3b250f0a27485bbaea (diff)
l3 (12jul13)
git-svn-id: svn://tug.org/texlive/trunk@31181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3tl.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3tl.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx b/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx
index dc164dc20c8..e4c1329a728 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3tl.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3tl.dtx 4415 2013-01-08 12:32:51Z bruno $
+\GetIdInfo$Id: l3tl.dtx 4482 2013-04-24 21:05:12Z joseph $
{L3 Token lists}
%</driver|package>
%<*driver>
@@ -1570,7 +1570,7 @@
% \TeX{} skips spaces when reading a non-delimited arguments. Thus,
% a \meta{token list} is blank if and only if \cs{use_none:n}
% \meta{token list} |?| is empty. For performance reasons, we hard-code
-% the emptyness test done in \cs{tl_if_empty:n(TF)}: convert to harmless
+% the emptiness test done in \cs{tl_if_empty:n(TF)}: convert to harmless
% characters with \cs{tl_to_str:n}, and then use
% \cs{if_meaning:w} \cs{q_nil} |...| \cs{q_nil}.
% Note that converting to a string is done after reading the delimited
@@ -1730,7 +1730,7 @@
% of |#2|. If this does not appear in |#1|, then the final |#2| is removed,
% leaving an empty token list. Otherwise some tokens remain, and the
% test is \texttt{false}. See \cs{tl_if_empty:n(TF)} for details on
-% the emptyness test.
+% the emptiness test.
%
% Special care is needed to treat correctly cases like
% |\tl_if_in:nnTF {a state}{states}|, where |#1#2| contains |#2| before