diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3expan.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3expan.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx index 658d8e1861c..701a2ab6b02 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 5146 2014-06-16 13:12:18Z joseph $ +\GetIdInfo$Id: l3expan.dtx 5349 2014-08-22 21:46:59Z bruno $ {L3 Argument expansion} %</driver|package> %<*driver> @@ -117,7 +117,7 @@ % \cs{cs_generate_variant:Nn}, described next. % % \section{Methods for defining variants} -% \label{sec:l3expan:defining-variants} +% \label{sec:l3expan:variants-method} % % \begin{function}[updated = 2013-07-09]{\cs_generate_variant:Nn} % \begin{syntax} @@ -585,8 +585,8 @@ % \cs{function:f} \meta{tokens} \cs{exp_stop_f:} \meta{more tokens} % \end{syntax} % This function terminates an \texttt{f}-type expansion. Thus if -% a function \cs{function:f} starts an \texttt{f}-type expansion -% and all of \meta{tokens} are expandable \cs{exp_stop:f} will +% a function |\function:f| starts an \texttt{f}-type expansion +% and all of \meta{tokens} are expandable \cs{exp_stop_f:} will % terminate the expansion of tokens even if \meta{more tokens} % are also expandable. The function itself is an implicit space % token. Inside an \texttt{x}-type expansion, it will retain its |