[latex3-commits] [latex3/latex3] main: Small tweaks (3394825a8)
github at latex-project.org
github at latex-project.org
Sat Dec 9 23:10:14 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/3394825a8e17d57dcef9921d3e77a5de233aee2e
>---------------------------------------------------------------
commit 3394825a8e17d57dcef9921d3e77a5de233aee2e
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sun Dec 10 03:26:10 2023 +0800
Small tweaks
>---------------------------------------------------------------
3394825a8e17d57dcef9921d3e77a5de233aee2e
l3kernel/l3bitset.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index 31c2772f3..9d02f3103 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -210,7 +210,7 @@
% \begin{function}[EXP,added = 2021-01-26]
% {\bitset_item:Nn, \bitset_item:cn}
% \begin{syntax}
-% \cs{bitset_item:Nn} \meta{bitset var} \Arg{name}
+% \cs{bitset_item:Nn} \meta{bitset var} \Arg{name}
% \end{syntax}
% \cs{bitset_item:Nn} outputs \texttt{1} if the bit with
% the index number represented by \Arg{name} is set and \texttt{0} otherwise.
@@ -227,6 +227,7 @@
% a binary (string) number in the input stream.
% If no bit has been set yet, the output is zero.
% \end{function}
+%
% \begin{function}[EXP,added = 2021-01-26]
% {\bitset_to_arabic:N, \bitset_to_arabic:c}
% \begin{syntax}
@@ -334,8 +335,7 @@
\prg_new_eq_conditional:NNn
\bitset_if_exist:N \str_if_exist:N { p , T , F , TF }
\prg_new_eq_conditional:NNn
- \bitset_if_exist:c \str_if_exist:c
- { p , T , F , TF }
+ \bitset_if_exist:c \str_if_exist:c { p , T , F , TF }
% \end{macrocode}
% \end{macro}
% \begin{macro}{\@@_set_true:Nn, \@@_gset_true:Nn, \@@_set_false:Nn, \@@_gset_false:Nn}
More information about the latex3-commits
mailing list.