[latex3-commits] [git/LaTeX3-latex3-latex3] master: Clarify doc of .meta:n and .meta:nn [ci skip] (492c2d9)
Bruno Le Floch
bruno at le-floch.fr
Thu Apr 19 05:21:10 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/492c2d99c9df7343747135dad35f5c267e062f25
>---------------------------------------------------------------
commit 492c2d99c9df7343747135dad35f5c267e062f25
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Wed Apr 18 23:21:10 2018 -0400
Clarify doc of .meta:n and .meta:nn [ci skip]
>---------------------------------------------------------------
492c2d99c9df7343747135dad35f5c267e062f25
l3kernel/l3keys.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 6c4b8fc..92deb10 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -343,9 +343,9 @@
% \meta{key} .meta:n = \Arg{keyval list}
% \end{syntax}
% Makes \meta{key} a meta-key, which will set \meta{keyval list} in
-% one go. If \meta{key} is given with a value at the time the key
-% is used, then the value will be passed through to the subsidiary
-% \meta{keys} for processing (as |#1|).
+% one go. The \meta{keyval list} can refer as |#1| to the value given
+% at the time the \meta{key} is used (or, if no value is given, the
+% \meta{key}'s default value).
% \end{function}
%
% \begin{function}[added = 2013-07-10]{.meta:nn}
@@ -353,10 +353,10 @@
% \meta{key} .meta:nn = \Arg{path} \Arg{keyval list}
% \end{syntax}
% Makes \meta{key} a meta-key, which will set \meta{keyval list} in
-% one go using the \meta{path} in place of the current one.
-% If \meta{key} is given with a value at the time the key
-% is used, then the value will be passed through to the subsidiary
-% \meta{keys} for processing (as |#1|).
+% one go using the \meta{path} in place of the current one. The
+% \meta{keyval list} can refer as |#1| to the value given at the time
+% the \meta{key} is used (or, if no value is given, the \meta{key}'s
+% default value).
% \end{function}
%
% \begin{function}[added = 2011-08-21]{.multichoice:}
More information about the latex3-commits
mailing list