[latex3-commits] [latex3/latex3] main: Use an existing public flag as flag example (cb05eafa0)
github at latex-project.org
github at latex-project.org
Thu Dec 14 14:15:43 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/cb05eafa0d676fb97cd4d3ab0af647d3d5f77df4
>---------------------------------------------------------------
commit cb05eafa0d676fb97cd4d3ab0af647d3d5f77df4
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Wed Dec 13 05:32:35 2023 +0800
Use an existing public flag as flag example
Fix the non-existent flag name `@@_missing` caused by commit
af69d118 (Move str flags internal (see #1345), 2023-11-26).
>---------------------------------------------------------------
cb05eafa0d676fb97cd4d3ab0af647d3d5f77df4
l3kernel/l3flag.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3flag.dtx b/l3kernel/l3flag.dtx
index 881b25c95..d870f2d19 100644
--- a/l3kernel/l3flag.dtx
+++ b/l3kernel/l3flag.dtx
@@ -61,7 +61,7 @@
% to zero requires non-expandable assignments.
%
% Flag variables are always local. They are referenced by a \meta{flag
-% name} such as \texttt{@@_missing}. The \meta{flag name} is used as
+% name} such as \texttt{fp_overflow}. The \meta{flag name} is used as
% part of \cs{use:c} constructions hence is expanded at point of use.
% It must expand to character tokens only, with no spaces.
%
More information about the latex3-commits
mailing list.