[latex3-commits] [latex3/latex3] flag-N-type: Avoid the word flag in documentation when it is not about flag variables (0bc8c929f)

github at latex-project.org github at latex-project.org
Fri Jan 12 18:18:08 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : flag-N-type
Link       : https://github.com/latex3/latex3/commit/0bc8c929fd46de7b7befb13b979c69e7dbb97723

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

commit 0bc8c929fd46de7b7befb13b979c69e7dbb97723
Author: Bruno Le Floch <blflatex at gmail.com>
Date:   Fri Jan 12 18:18:08 2024 +0100

    Avoid the word flag in documentation when it is not about flag variables


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

0bc8c929fd46de7b7befb13b979c69e7dbb97723
 l3kernel/l3keys.dtx  | 6 +++---
 l3kernel/l3pdf.dtx   | 2 +-
 l3kernel/l3token.dtx | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index e142e6b22..54121a094 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -1662,7 +1662,7 @@
 % \end{variable}
 %
 % \begin{variable}{\l_@@_selective_bool, \l_@@_filtered_bool}
-%   Two flags for using key groups: one to indicate that \enquote{selective}
+%   Two booleans for using key groups: one to indicate that \enquote{selective}
 %   setting is active, a second to specify which type (\enquote{opt-in}
 %   or \enquote{opt-out}).
 %    \begin{macrocode}
@@ -2831,7 +2831,7 @@
 %     \keys_set_known:no
 %   }
 %  \begin{macro}{\@@_set_known:nnn}
-%   Setting known keys simply means setting the appropriate flag, then
+%   Setting known keys simply means setting the appropriate boolean, then
 %   running the standard code. To allow for nested setting, any existing
 %   value of \cs{l_@@_unused_clist} is saved on the stack and reset
 %   afterwards. Note that for speed/simplicity reasons we use a \texttt{tl}
@@ -2909,7 +2909,7 @@
 %   }
 %  \begin{macro}{\@@_set_selective:nnn}
 %  \begin{macro}{\@@_set_selective:nnnn}
-%   The idea of setting keys in a selective manner again uses flags
+%   The idea of setting keys in a selective manner again uses booleans
 %   wrapped around the basic code. The comments on \cs{keys_set_known:nnN}
 %   also apply here. We have a bit more shuffling to do to keep everything
 %   nestable.
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index 863d3681c..fc959f9fa 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -275,7 +275,7 @@
 % \end{variable}
 %
 % \begin{variable}{\g_@@_init_bool}
-%   A flag so we have some chance of avoiding setting things we are not
+%   A boolean so we have some chance of avoiding setting things we are not
 %   allowed to. As we are potentially early in the format, we have to work
 %   a bit harder than ideal.
 %    \begin{macrocode}
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 1f3113a65..bdb05ab62 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1522,7 +1522,7 @@
 %   Before doing any actual conversion, first some special case filtering.
 %   Spaces are out here as \LuaTeX{} emulation only makes normal (charcode
 %   $32$ spaces). However, |^^@| is filtered out separately as that can't be
-%   done with macro emulation either, so is flagged up separately. That
+%   done with macro emulation either, so is treated separately. That
 %   done, hand off to the engine-dependent part.
 %    \begin{macrocode}
 \cs_new:Npn \@@_generate_aux:w #1 ; #2 ;





More information about the latex3-commits mailing list.