[latex3-commits] [latex3/latex3] main: Disambiguate docs for `.undefine:` property (cb9f9d77f)

github at latex-project.org github at latex-project.org
Fri Jul 21 08:18:35 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/cb9f9d77fb8e17be990317af50eecfdcaa47a4a1

>---------------------------------------------------------------

commit cb9f9d77fb8e17be990317af50eecfdcaa47a4a1
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Thu Jul 20 13:36:24 2023 +0800

    Disambiguate docs for `.undefine:` property


>---------------------------------------------------------------

cb9f9d77fb8e17be990317af50eecfdcaa47a4a1
 l3kernel/l3keys.dtx | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index e89ebb176..1dbb5b00f 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -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}





More information about the latex3-commits mailing list.