[latex3-commits] [latex3/latex3] main: Add missing o & e when listing types (c0400ee39)

github at latex-project.org github at latex-project.org
Wed Nov 1 07:02:38 CET 2023


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

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

commit c0400ee39e62ffd7c234f0911a220a0adc74706a
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Wed Nov 1 04:33:54 2023 +0800

    Add missing o & e when listing types


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

c0400ee39e62ffd7c234f0911a220a0adc74706a
 l3kernel/l3expan.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index d548963c0..5607e0ccd 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -1061,7 +1061,7 @@
 %   Since the expansion of \cs{exp:w} \cs{exp_end_continue_f:w} is
 %   empty, we wind up with a fully expanded list, only \TeX{} has not
 %   tried to execute any of the non-expandable tokens. This is what
-%   differentiates this function from the |x| argument type.
+%   differentiates this function from the |e| and |x| argument type.
 %    \begin{macrocode}
 \cs_new:Npn \::f #1 \::: #2#3
   {
@@ -1817,7 +1817,7 @@
 %       trigger an error, because we do not have a means to replace
 %       |o|-expansion by |x|-expansion.
 %       More generally, we can only convert |N| to |c|, or convert |n|
-%       to |V|, |v|, |o|, |f|, |x|.
+%       to |V|, |v|, |o|, |e|, |f|, or |x|.
 %     \end{itemize}
 %     All this boils down to a few rules.  Only |n| and |N|-type
 %     arguments can be replaced by \cs{cs_generate_variant:Nn}.  Other
@@ -1888,7 +1888,7 @@
 %
 %   The case where the two letters are different is only allowed if the
 %   base is |N| and the variant is |c|, or when the base is |n| and the
-%   variant is |o|, |V|, |v|, |f| or |x|.  Otherwise, call
+%   variant is |V|, |v|, |o|, |e|, |f|, or |x|.  Otherwise, call
 %   \cs{@@_generate_variant_loop_invalid:NNwNNnn} to remove the end of
 %   the loop, get arguments at the end of the loop, and place an
 %   appropriate error message as a second argument of





More information about the latex3-commits mailing list.