summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-09-12 21:24:44 +0000
committerKarl Berry <karl@freefriends.org>2015-09-12 21:24:44 +0000
commitd501b4397bbc0f4389add919be80ccfca5b3863e (patch)
tree41af122e914676e41bc048a14128468bdfa83f6d /Master/texmf-dist/source/latex/l3kernel/l3expan.dtx
parentaf6faae1a8553e2c55f7980152d84d8cf4ac5a96 (diff)
l3 (12sep15)
git-svn-id: svn://tug.org/texlive/trunk@38360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3expan.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3expan.dtx18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx
index 65105c61736..c96720f149b 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx
@@ -37,7 +37,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3expan.dtx 5897 2015-08-28 09:06:29Z joseph $
+\GetIdInfo$Id: l3expan.dtx 5983 2015-09-10 18:57:56Z joseph $
{L3 Argument expansion}
%</driver|package>
%<*driver>
@@ -240,7 +240,7 @@
% \begin{verbatim}
% \tl_set:No \l_tmpa_tl { { \l_tmpa_tl } }
% \end{verbatim}
-% and
+% and
% \begin{verbatim}
% \tl_set:Nf \l_tmpa_tl { { \l_tmpa_tl } }
% \end{verbatim}
@@ -650,7 +650,7 @@
% \begin{function}[added=2015-08-23,EXP]
% {
% \exp:w ,
-% \exp_end:
+% \exp_end:
% }
% \begin{syntax}
% \cs{exp:w} \meta{expandable-tokens} \cs{exp_end:} \\
@@ -680,7 +680,7 @@
% \begin{function}[added=2015-08-23,EXP]
% {
% \exp:w ,
-% \exp_end_continue_f:w
+% \exp_end_continue_f:w
% }
% \begin{syntax}
% \cs{exp:w} \meta{expandable-tokens} \cs{exp_end_continue_f:w} \meta{further-tokens}
@@ -700,7 +700,7 @@
%
%
% In typical use cases \meta{expandable-tokens} contains no tokens at all,
-% e.g., you will see code such as
+% e.g., you will see code such as
%\begin{verbatim}
% \exp_after:wN { \exp:w \exp_end_continue_f:w #2 }
%\end{verbatim}
@@ -732,7 +732,7 @@
% \begin{function}[added=2015-08-23,EXP]
% {
% \exp:w ,
-% \exp_end_continue_f:nw
+% \exp_end_continue_f:nw
% }
% \begin{syntax}
% \cs{exp:w} \meta{expandable-tokens} \cs{exp_end_continue_f:nw} \meta{further-tokens}
@@ -886,12 +886,12 @@
% \begin{macro}[int, EXP]{\::f}
% \begin{macro}{\exp_stop_f:}
% This function is used to expand a token list until the first
-% unexpandable token is found. This is achieved through \cs{exp:w}
+% unexpandable token is found. This is achieved through \cs{exp:w}
% \cs{exp_end_continue_f:w} that
% expands everything in its way following it. This
% scanning procedure is terminated once the expansion hits
% something non-expandable or a space. We introduce \cs{exp_stop_f:}
-% to mark such an end of expansion marker.
+% to mark such an end of expansion marker.
% In the example shown earlier the scanning was stopped
% once \TeX{} had fully expanded |\cs_set_eq:Nc \aaa { b \l_tmpa_tl b }|
% into |\cs_set_eq:NN \aaa = \blurb| which then turned out to contain
@@ -1460,7 +1460,7 @@
% \begin{macrocode}
\cs_new:Npn ^^@{\expansionERROR}
% \end{macrocode}
-%
+%
% \begin{macrocode}
\cs_new:Npn \exp_end_continue_f:nw #1 { `^^@ #1 }
\tex_catcode:D `\^^@=15