diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-28 00:40:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-28 00:40:51 +0000 |
commit | 29c459636115f7de4ae9a8681927b52a1e896805 (patch) | |
tree | 5200a1da0c7a7bae64d8c07c48df4a5daf30323e /Master/texmf-dist/source/latex/l3kernel/l3prop.dtx | |
parent | e20ea4bdd670e0418363a2a38a54b422a4d83231 (diff) |
l3kernel 3471 (26feb12)
git-svn-id: svn://tug.org/texlive/trunk@25525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prop.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3prop.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx index ac7dc25183d..177d467a0b7 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3prop.dtx 3158 2012-01-09 00:47:42Z bruno $ +\GetIdInfo$Id: l3prop.dtx 3460 2012-02-26 12:16:41Z will $ {L3 Experimental property lists} %</driver|package> %<*driver> @@ -593,7 +593,7 @@ % is simply \cs{q_prop}, and \cs{prop_split_aux:nnnn} will gobble this % and the false branch (|#4|), leaving the correct code on the input % stream. More precisely, it leaves the user code (true branch), followed -% by three groups, \Arg{extract1} \Arg{value} \Arg{extract2}. +% by three groups, \Arg{extract_1} \Arg{value} \Arg{extract_2}. % In order for \meta{extract1}\meta{extract2} to be a well-formed % property list, \meta{extract1} has a leading and trailing \cs{q_prop}, % retaining exactly the structure of a property list, while \meta{extract2} @@ -625,8 +625,8 @@ % \begin{macro}[int]{\prop_split:Nnn} % The goal here is to provide a common interface for both true and false % branches of \cs{prop_split:NnTF}. In both cases, the code given by the -% user will be placed in front of three brace groups, \Arg{extract1} -% \Arg{value} \Arg{extract2}. +% user will be placed in front of three brace groups, \Arg{extract_1} +% \Arg{value} \Arg{extract_2}. % If the key was missing from the property list, then \meta{extract1} % is the full property list, \meta{value} is \cs{q_no_value}, and % \meta{extract2} is empty. |