[latex3-commits] [latex3/latex3] gh1595: Apply suggestions from code review (c500a1942)

github at latex-project.org github at latex-project.org
Wed Nov 6 11:11:24 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : gh1595
Link       : https://github.com/latex3/latex3/commit/c500a1942f4280c00156273ea691aea53fd16767

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

commit c500a1942f4280c00156273ea691aea53fd16767
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Nov 6 10:11:24 2024 +0000

    Apply suggestions from code review
    
    Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>


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

c500a1942f4280c00156273ea691aea53fd16767
 l3kernel/l3str-convert.dtx | 2 +-
 l3kernel/l3sys.dtx         | 6 +++---
 l3kernel/l3unicode.dtx     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3str-convert.dtx b/l3kernel/l3str-convert.dtx
index 2cc2b7441..7bdda09a9 100644
--- a/l3kernel/l3str-convert.dtx
+++ b/l3kernel/l3str-convert.dtx
@@ -2624,7 +2624,7 @@
     \exp_args:Ne \tl_to_str:n
       { \str_map_function:nN {#1} \@@_convert_pdfname:n }
   }
-  \sys_if_engine_opentype:TF
+\sys_if_engine_opentype:TF
   {
     \cs_new:Npn \@@_convert_pdfname:n #1
       {
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index ec9b7d297..72615b54a 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -107,7 +107,7 @@
 %   |\sys_if_engine_ptex_p:| is true for \epTeX{} but false for \eupTeX{}.
 % \end{function}
 %
-% \begin{function}[added = 2024-11-05, EXP, pTF]{\sys_if_engine_opentype:}
+% \begin{function}[added = 2024-11-05, pTF]{\sys_if_engine_opentype:}
 %   \begin{syntax}
 %     \cs{sys_if_engine_opentype_p:}
 %     \cs{sys_if_engine_opentype:TF} \Arg{true code} \Arg{false code}
@@ -524,7 +524,7 @@
 % \end{variable}
 % \end{macro}
 %
-% \begin{variable}[pTF]{\sys_if_engine_opentype:}
+% \begin{function}[pTF]{\sys_if_engine_opentype:}
 %    \begin{macrocode}
 \@@_const:nn
   { sys_if_engine_opentype }
@@ -534,7 +534,7 @@
       { \sys_if_engine_xetex_p: }
   }
 %    \end{macrocode}
-% \end{variable}
+% \end{function}
 %
 % \begin{variable}{\c_sys_engine_exec_str,\c_sys_engine_format_str}
 %   Take the functions defined above, and set up the engine and format
diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index dae62c5d9..6493a6f7c 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -388,7 +388,7 @@
   { \exp_args:Ne \@@_to_nfd:n { \int_eval:n {#1} } }
 \cs_new:Npn \@@_to_nfd:n #1
   { \@@_to_nfd:nn {#1} { \char_value_catcode:n {#1} } }
-  \sys_if_engine_opentype:F
+\sys_if_engine_opentype:F
   {
     \cs_gset:Npn \@@_to_nfd:n #1
       {





More information about the latex3-commits mailing list.