From ac155482e552dd85ebd61b7588e35ffa75a08222 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 14 Oct 2010 23:30:24 +0000 Subject: expl3 (14oct10) git-svn-id: svn://tug.org/texlive/trunk@20100 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/expl3/l3keys.dtx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/source/latex/expl3/l3keys.dtx') diff --git a/Master/texmf-dist/source/latex/expl3/l3keys.dtx b/Master/texmf-dist/source/latex/expl3/l3keys.dtx index 0a61c516311..ffe0b56fce4 100644 --- a/Master/texmf-dist/source/latex/expl3/l3keys.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3keys.dtx @@ -35,7 +35,7 @@ \RequirePackage{l3names} % %\fi -\GetIdInfo$Id: l3keys.dtx 2063 2010-10-03 08:26:49Z mittelba $ +\GetIdInfo$Id: l3keys.dtx 2075 2010-10-13 19:06:55Z joseph $ {L3 Experimental key-value support} %\iffalse %<*driver> @@ -528,12 +528,12 @@ % %\section{Internal functions} % -%\begin{function}{\keys_bool_set:NN} +%\begin{function}{\keys_bool_set:Nn} % \begin{syntax} -% "\keys_bool_set:NN" +% "\keys_bool_set:Nn" \marg{scope} % \end{syntax} % Creates code to set when is given, with setting using -% (\texttt{l} or \texttt{g} for local or global, +% (empty or \texttt{g} for local or global, % respectively). should be a \LaTeX3 boolean variable. %\end{function} % @@ -834,10 +834,10 @@ % %\subsubsection{Internal functions} % -%\begin{macro}{\keys_bool_set:NN} +%\begin{macro}{\keys_bool_set:Nn} % Boolean keys are really just choices, but all done by hand. % \begin{macrocode} -\cs_new_protected_nopar:Npn \keys_bool_set:NN #1#2 { +\cs_new_protected_nopar:Npn \keys_bool_set:Nn #1#2 { \keys_cmd_set:nx { \l_keys_path_tl / true } { \exp_not:c { bool_ #2 set_true:N } \exp_not:N #1 @@ -1315,10 +1315,10 @@ % One function for this. % \begin{macrocode} \keys_property_new_arg:nn { .bool_set:N } { - \keys_bool_set:NN #1 { } + \keys_bool_set:Nn #1 { } } \keys_property_new_arg:nn { .bool_gset:N } { - \keys_bool_set:NN #1 n + \keys_bool_set:Nn #1 { g } } % \end{macrocode} %\end{macro} -- cgit v1.2.3