summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3keys.dtx
diff options
context:
space:
mode:
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}