summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-18 23:12:56 +0000
committerKarl Berry <karl@freefriends.org>2011-08-18 23:12:56 +0000
commiteae5d19d439ded67f5535d315a8983939733b548 (patch)
tree4a9013282bd26875540c662fbde8bd49b28b6f51 /Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
parent9e6c3db576f3908b80eb70d378aca43a22c043b1 (diff)
l3kernel 2607 (17aug11)
git-svn-id: svn://tug.org/texlive/trunk@23596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3keys.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3keys.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx b/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
index cbc1fb62a7d..df988bea954 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3keys.dtx 2478 2011-06-19 21:34:23Z joseph $
+\GetIdInfo$Id: l3keys.dtx 2568 2011-08-14 05:03:32Z bruno $
{L3 Experimental key-value interfaces}
%</driver|package>
%<*driver>
@@ -269,7 +269,7 @@
% \meta{key} .fp_set:N = \meta{floating point}
% \end{syntax}
% Defines \meta{key} to set \meta{floating point} to \meta{value}
-% (which must a integer expression). If the variable does not exist,
+% (which must a floating point number). If the variable does not exist,
% it will be created at the point that the key is set up. The
% \meta{integer} will be assigned locally.
% \end{function}
@@ -279,7 +279,7 @@
% \meta{key} .fp_gset:N = \meta{floating point}
% \end{syntax}
% Defines \meta{key} to set \meta{floating-point} to \meta{value}
-% (which must a integer expression). If the variable does not exist,
+% (which must a floating point number). If the variable does not exist,
% it will be created at the point that the key is set up. The
% \meta{integer} will be assigned globally.
% \end{function}
@@ -301,7 +301,7 @@
% \meta{key} .int_set:N = \meta{integer}
% \end{syntax}
% Defines \meta{key} to set \meta{integer} to \meta{value} (which
-% must a integer expression). If the variable does not exist, it
+% must be an integer expression). If the variable does not exist, it
% will be created at the point that the key is set up. The
% \meta{integer} will be assigned locally.
% \end{function}
@@ -311,7 +311,7 @@
% \meta{key} .int_gset:N = \meta{integer}
% \end{syntax}
% Defines \meta{key} to set \meta{integer} to \meta{value} (which
-% must a integer expression). If the variable does not exist, it
+% must be an integer expression). If the variable does not exist, it
% will be created at the point that the key is set up. The
% \meta{integer} will be assigned globally.
% \end{function}
@@ -331,7 +331,7 @@
% \meta{key} .skip_set:N = \meta{skip}
% \end{syntax}
% Defines \meta{key} to set \meta{skip} to \meta{value} (which
-% must a skip expression). If the variable does not exist, it
+% must be a skip expression). If the variable does not exist, it
% will be created at the point that the key is set up. The
% \meta{skip} will be assigned locally.
% \end{function}
@@ -341,7 +341,7 @@
% \meta{key} .skip_gset:N = \meta{skip}
% \end{syntax}
% Defines \meta{key} to set \meta{skip} to \meta{value} (which
-% must a skip expression). If the variable does not exist, it
+% must be a skip expression). If the variable does not exist, it
% will be created at the point that the key is set up. The
% \meta{skip} will be assigned globally.
% \end{function}