[latex3-commits] [git/LaTeX3-latex3-latex3] main: Tidy source ordering (0dd6c7ffc)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Nov 25 23:45:53 CET 2021


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

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

commit 0dd6c7ffc60afc9c1e76d80edf814d268a6bb154
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 25 22:45:53 2021 +0000

    Tidy source ordering


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

0dd6c7ffc60afc9c1e76d80edf814d268a6bb154
 l3kernel/l3keys.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 4add41fe5..1b03858a7 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -1479,20 +1479,20 @@
 % \begin{variable}
 %   {
 %     \c_@@_code_root_str    ,
+%     \c_@@_check_root_str   ,
 %     \c_@@_default_root_str ,
 %     \c_@@_groups_root_str  ,
-%     \c_@@_inherit_root_str  ,
-%     \c_@@_type_root_str    ,
-%     \c_@@_check_root_str
+%     \c_@@_inherit_root_str ,
+%     \c_@@_type_root_str
 %   }
 %   Various storage areas for the different data which make up keys.
 %    \begin{macrocode}
 \str_const:Nn \c_@@_code_root_str     { key~code~>~ }
+\str_const:Nn \c_@@_check_root_str    { key~check~>~ }
 \str_const:Nn \c_@@_default_root_str  { key~default~>~ }
 \str_const:Nn \c_@@_groups_root_str   { key~groups~>~ }
 \str_const:Nn \c_@@_inherit_root_str  { key~inherit~>~ }
 \str_const:Nn \c_@@_type_root_str     { key~type~>~ }
-\str_const:Nn \c_@@_check_root_str    { key~check~>~ }
 %    \end{macrocode}
 % \end{variable}
 %





More information about the latex3-commits mailing list.