[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Have to use the correct env, preferrably (7e991292f)

PhelypeOleinik tex.phelype at gmail.com
Thu Mar 12 04:23:10 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/7e991292fe08ae12308c6b566e4b9e2543de50ef

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

commit 7e991292fe08ae12308c6b566e4b9e2543de50ef
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Thu Mar 12 00:23:10 2020 -0300

    Have to use the correct env, preferrably


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

7e991292fe08ae12308c6b566e4b9e2543de50ef
 l3kernel/l3int.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 10aabcff2..0ef3da4fa 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -1053,13 +1053,13 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\s_@@_mark,\s_@@_stop}
+% \begin{variable}{\s_@@_mark,\s_@@_stop}
 %   Scan marks used throughout the module.
 %    \begin{macrocode}
 \scan_new:N \s_@@_mark
 \scan_new:N \s_@@_stop
 %    \end{macrocode}
-% \end{macro}
+% \end{variable}
 %
 % \begin{macro}{\@@_use_none_delimit_by_s_stop:w}
 %   Function to gobble until a scan mark.
@@ -1068,13 +1068,13 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{\q_@@_recursion_tail,\q_@@_recursion_stop}
+% \begin{variable}{\q_@@_recursion_tail,\q_@@_recursion_stop}
 %   Quarks for recursion.
 %    \begin{macrocode}
 \quark_new:N \q_@@_recursion_tail
 \quark_new:N \q_@@_recursion_stop
 %    \end{macrocode}
-% \end{macro}
+% \end{variable}
 %
 % \begin{macro}{\@@_if_recursion_tail_stop_do:Nn,\@@_if_recursion_tail_stop:N}
 %   Functions to query quarks.





More information about the latex3-commits mailing list.