[latex3-commits] [l3svn] r7398 - Change \cs{NoValue} to |-NoValue-| in xparse doc

noreply at latex-project.org noreply at latex-project.org
Tue Jul 18 02:55:19 CEST 2017


Author: bruno
Date: 2017-07-18 02:55:18 +0200 (Tue, 18 Jul 2017)
New Revision: 7398

Modified:
   trunk/l3packages/xparse/xparse.dtx
Log:
Change \cs{NoValue} to |-NoValue-| in xparse doc


Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2017-07-18 00:45:59 UTC (rev 7397)
+++ trunk/l3packages/xparse/xparse.dtx	2017-07-18 00:55:18 UTC (rev 7398)
@@ -361,13 +361,13 @@
 %   E{^_}{{UP}{DOWN}}
 % \end{verbatim}
 % If the list of default values is \emph{shorter} than the list of test characters,
-% the special \cs{NoValue} marker will be returned (as for the \texttt{e}-type
+% the special |-NoValue-| marker will be returned (as for the \texttt{e}-type
 % argument). Thus for example
 % \begin{verbatim}
 %   E{^_}{{UP}}
 % \end{verbatim}
 % has default \texttt{UP} for the |^| test character, but will return the
-% \cs{NoValue} marker as a default for |_|. This allows mixing of explicit
+% |-NoValue-| marker as a default for |_|. This allows mixing of explicit
 % defaults with testing for missing values.
 %
 % \subsection{Declaring commands and environments}
@@ -545,7 +545,7 @@
 % processor can therefore be used to regularise input at an early stage,
 % allowing the internal functions to be completely independent of input
 % form. Processors are applied to user input and to default values for
-% optional arguments, but \emph{not} to the special \cs{NoValue} marker.
+% optional arguments, but \emph{not} to the special |-NoValue-| marker.
 %
 % Each argument processor is specified by the syntax
 % \texttt{>}\marg{processor} in the argument specification. Processors
@@ -593,7 +593,7 @@
 %   input. The processed input is placed inside
 %   $\text{\meta{number}} + 1$ sets of braces for further use.
 %   If there are fewer than \Arg{number} of \Arg{tokens} in the argument
-%   then \cs{NoValue} markers are added at the end of the processed
+%   then |-NoValue-| markers are added at the end of the processed
 %   argument.
 %   \begin{verbatim}
 %     \NewDocumentCommand \foo



More information about the latex3-commits mailing list