[latex3-commits] [latex3/latex3] main: Mark expandable internal functions (d8f02bb41)

github at latex-project.org github at latex-project.org
Fri Dec 8 18:01:52 CET 2023


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

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

commit d8f02bb41aa8bc734f849b6387c2229484305ebf
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sat Dec 9 00:38:36 2023 +0800

    Mark expandable internal functions


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

d8f02bb41aa8bc734f849b6387c2229484305ebf
 l3kernel/l3basics.dtx | 2 +-
 l3kernel/l3seq.dtx    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index d4f447287..0e774e8a4 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -2316,7 +2316,7 @@
 %<@@=cs>
 %    \end{macrocode}
 %
-% \begin{function}{\@@_count_signature:N}
+% \begin{function}[EXP]{\@@_count_signature:N}
 %   \begin{syntax}
 %     \cs{@@_count_signature:N} \meta{function}
 %   \end{syntax}
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 5021a7007..d805752b6 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -1120,7 +1120,7 @@
 %    \end{macrocode}
 % \end{variable}
 %
-% \begin{macro}{\@@_item:n}
+% \begin{macro}[EXP]{\@@_item:n}
 %   The delimiter is always defined, but when used incorrectly simply
 %   removes its argument and hits an undefined control sequence to
 %   raise an error.





More information about the latex3-commits mailing list.