diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prop.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3prop.dtx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx index 6a74a896de7..e8d253233ad 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx @@ -37,7 +37,7 @@ \documentclass[full]{l3doc} %</driver> %<*driver|package> -\GetIdInfo$Id: l3prop.dtx 5215 2014-07-17 13:23:20Z joseph $ +\GetIdInfo$Id: l3prop.dtx 5354 2014-08-23 01:35:39Z bruno $ {L3 Property lists} %</driver|package> %<*driver> @@ -512,7 +512,7 @@ %<@@=prop> % \end{macrocode} % -% A property list is a macro whose top-level expansion is for the form +% A property list is a macro whose top-level expansion is of the form % \begin{quote} % \cs{s_@@} % \cs{@@_pair:wn} \meta{key_1} \cs{s_@@} \Arg{value_1} \\ @@ -916,8 +916,10 @@ % \begin{macro}[pTF, tested = m3prop004]{\prop_if_exist:N, \prop_if_exist:c} % Copies of the \texttt{cs} functions defined in \pkg{l3basics}. % \begin{macrocode} -\prg_new_eq_conditional:NNn \prop_if_exist:N \cs_if_exist:N { TF , T , F , p } -\prg_new_eq_conditional:NNn \prop_if_exist:c \cs_if_exist:c { TF , T , F , p } +\prg_new_eq_conditional:NNn \prop_if_exist:N \cs_if_exist:N + { TF , T , F , p } +\prg_new_eq_conditional:NNn \prop_if_exist:c \cs_if_exist:c + { TF , T , F , p } % \end{macrocode} % \end{macro} % |