[latex3-commits] [latex3/latex3] main: Move description of true/false bools (fixes #1168) (8a574cebf)
github at latex-project.org
github at latex-project.org
Fri May 26 11:43:32 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/8a574cebf27c4ae0ed8950b3dec3b2bdcc743726
>---------------------------------------------------------------
commit 8a574cebf27c4ae0ed8950b3dec3b2bdcc743726
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri May 26 10:43:32 2023 +0100
Move description of true/false bools (fixes #1168)
>---------------------------------------------------------------
8a574cebf27c4ae0ed8950b3dec3b2bdcc743726
l3kernel/l3basics.dtx | 5 -----
l3kernel/l3prg.dtx | 7 ++++++-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 12f64bebc..8316d98a2 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1149,11 +1149,6 @@
% conditionals described above.
% \end{description}
%
-% \begin{variable}{\c_true_bool, \c_false_bool}
-% Constants that represent |true| and |false|, respectively. Used to
-% implement predicates.
-% \end{variable}
-%
% \subsection{Tests on control sequences}
%
% \begin{function}[EXP,pTF]{\cs_if_eq:NN}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 916e9252e..ea7fb7ecb 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -380,7 +380,12 @@
% check that the \meta{boolean} really is a boolean variable.
% \end{function}
%
-% \subsection{Scratch booleans}
+% \subsection{Constant and scratch booleans}
+%
+% \begin{variable}{\c_true_bool, \c_false_bool}
+% Constants that represent |true| and |false|, respectively. Used to
+% implement predicates.
+% \end{variable}
%
% \begin{variable}{\l_tmpa_bool, \l_tmpb_bool}
% A scratch boolean for local assignment. It is never used by
More information about the latex3-commits
mailing list.