summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prop.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3prop.dtx8
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.