[latex3-commits] [latex3/latex3] main: Match code and markup order (b09c50785)

github at latex-project.org github at latex-project.org
Sun Dec 17 11:38:47 CET 2023


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

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

commit b09c5078589809500fc90a079d9e19cf59e5eaa5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 17 10:38:47 2023 +0000

    Match code and markup order


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

b09c5078589809500fc90a079d9e19cf59e5eaa5
 l3kernel/l3keys.dtx | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 2b9652c7d..f4dde7332 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -1813,17 +1813,14 @@
 % \end{macro}
 %
 % \begin{macro}{\@@_property_find:n}
+% \begin{macro}[EXP]{\@@_property_find_auxi:w}
+% \begin{macro}{\@@_property_find_auxii:w}
 % \begin{macro}[EXP]
 %   {
-%     \@@_property_find_auxi:w   ,
 %     \@@_property_find_auxiii:w ,
 %     \@@_property_find_auxiv:w
 %   }
-% \begin{macro}
-%   {
-%     \@@_property_find_auxii:w  ,
-%     \@@_property_find_err:w
-%   }
+% \begin{macro}{\@@_property_find_err:w}
 %   Searching for a property means finding the last |.| in the input,
 %   and storing the text before and after it. Everything is first turned into
 %   strings, so there is no problem using \cs{cs_set_nopar:Npe} instead of
@@ -1877,6 +1874,8 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
+% \end{macro}
+% \end{macro}
 %
 % \begin{macro}{\@@_define_code:n}
 % \begin{macro}[EXP]{\@@_define_code:w}





More information about the latex3-commits mailing list.