[latex3-commits] [git/LaTeX3-latex3-latex3] gh1040-prop-large: Fix markup (change syntax environment to macrocode) (ef0d119f5)
Bruno Le Floch
blflatex at gmail.com
Mon Feb 28 13:44:33 CET 2022
Repository : https://github.com/latex3/latex3
On branch : gh1040-prop-large
Link : https://github.com/latex3/latex3/commit/ef0d119f5464cf8b9b6377cfe0557e1134ccd09c
>---------------------------------------------------------------
commit ef0d119f5464cf8b9b6377cfe0557e1134ccd09c
Author: Bruno Le Floch <blflatex at gmail.com>
Date: Mon Feb 28 13:44:15 2022 +0100
Fix markup (change syntax environment to macrocode)
>---------------------------------------------------------------
ef0d119f5464cf8b9b6377cfe0557e1134ccd09c
l3kernel/l3prop.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 289cec26b..b04feefcc 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -858,7 +858,7 @@
% again after expanding the next key's token list. Its argument |#3| is
% empty, except at the end where it is the \cs{use_none:nnnn} appearing in the
% definition of~\cs{@@_flatten_aux:N}, which ends the loop.
-% \begin{syntax}
+% \begin{macrocode}
\cs_new:Npn \@@_flatten:N #1
{ \exp_after:wN \@@_flatten_aux:w #1 }
\cs_new:Npn \@@_flatten_aux:w #1 \s_@@ #2 { \@@_flatten_aux:N }
@@ -874,7 +874,7 @@
\exp_not:n { \@@_pair:wn #4 \s_@@ {#5} }
\exp_after:wN \@@_flatten_loop:w
}
-% \end{syntax}
+% \end{macrocode}
% \end{macro}
%
% \begin{variable}{\g_@@_prefix_int, \c_@@_basis_int}
More information about the latex3-commits
mailing list.