summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-03 19:58:43 +0000
committerKarl Berry <karl@freefriends.org>2023-08-03 19:58:43 +0000
commit10c96c3a9fe8ef2b93d086d3e6809c9ffeeba848 (patch)
tree8db2fb45dfeb65889cb8050234aaa69cced9c1d2 /Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
parentda175ddf98d278a3f31e113b7a08fa75a8fcc0ca (diff)
l3kernel (3aug23)
git-svn-id: svn://tug.org/texlive/trunk@67804 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.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx b/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
index e89ebb176df..4a11b0fe750 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2023-06-30}
+% \date{Released 2023-08-03}
%
% \maketitle
%
@@ -176,8 +176,9 @@
% keyname .code:n = Some~code~using~#1
% }
% \end{verbatim}
-% Note that with the exception of the special |.undefine:| property, all
-% key properties define the key within the current \TeX{} scope.
+% Note that all key properties define the key within the current \TeX{} group,
+% with an exception that the special |.undefine:| property \emph{undefines} the
+% key within the current \TeX{} group.
%
% \begin{function}[updated = 2013-07-08]
% {.bool_set:N, .bool_set:c, .bool_gset:N, .bool_gset:c}
@@ -513,7 +514,7 @@
% \begin{syntax}
% \meta{key} .undefine:
% \end{syntax}
-% Removes the definition of the \meta{key} within the current scope.
+% Removes the definition of the \meta{key} within the current \TeX{} group.
% \end{function}
%
% \begin{function}[added = 2015-07-14]{.value_forbidden:n}
@@ -2969,7 +2970,7 @@
% }
% \begin{macro}{\@@_set_selective:}
% A shared system once again. First, set the current path and add a
-% default if needed. There are then checks to see if the a value is
+% default if needed. There are then checks to see if a value is
% required or forbidden. If everything passes, move on to execute the
% code.
% \begin{macrocode}