diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3quark.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3quark.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx index 86be080ee8a..6b5f79741c3 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2017/05/29} +% \date{Released 2017/07/15} % % \maketitle % @@ -102,8 +102,8 @@ % \cs{quark_new:N} \meta{quark} % \end{syntax} % Creates a new \meta{quark} which expands only to \meta{quark}. -% The \meta{quark} will be defined globally, and an error message -% will be raised if the name was already taken. +% The \meta{quark} is defined globally, and an error message +% is raised if the name was already taken. % \end{function} % % \begin{variable}{\q_stop} @@ -262,7 +262,7 @@ % % % Here's the definition of |\my_map_dbl:nn|. -% First of all, define the function that will do the processing based on the +% First of all, define the function that does the processing based on the % inline function argument |#2|. % Then initiate the recursion using an internal function. % The token list |#1| is terminated using \cs{q_recursion_tail}, with @@ -294,7 +294,7 @@ % } %\end{verbatim} % Note that contrarily to \LaTeX3 built-in mapping functions, this -% mapping function cannot be nested, since the second map will overwrite +% mapping function cannot be nested, since the second map would overwrite % the definition of |\__my_map_dbl_fn:nn|. % % @@ -317,7 +317,7 @@ % \section{Scan marks} % % Scan marks are control sequences set equal to \cs{scan_stop:}, -% hence will never expand in an expansion context and will be (largely) +% hence never expand in an expansion context and are (largely) % invisible if they are encountered in a typesetting context. % % Like quarks, they can be used as delimiters in weird functions @@ -336,8 +336,8 @@ % \cs{__scan_new:N} \meta{scan mark} % \end{syntax} % Creates a new \meta{scan mark} which is set equal to \cs{scan_stop:}. -% The \meta{scan mark} will be defined globally, and an error message -% will be raised if the name was already taken by another scan mark. +% The \meta{scan mark} is defined globally, and an error message +% is raised if the name was already taken by another scan mark. % \end{function} % % \begin{variable}{\s__stop} |