[latex3-commits] [latex3/latex3] develop: Unify arg names, \meta{<type> cases} -> \meta{<type> case}s (1d0239be5)

github at latex-project.org github at latex-project.org
Fri Sep 6 13:35:57 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : develop
Link       : https://github.com/latex3/latex3/commit/1d0239be5fc79d4adefb78f422eb776276354e27

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

commit 1d0239be5fc79d4adefb78f422eb776276354e27
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Sep 6 18:32:25 2024 +0800

    Unify arg names, \meta{<type> cases} -> \meta{<type> case}s


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

1d0239be5fc79d4adefb78f422eb776276354e27
 l3kernel/l3int.dtx   | 2 +-
 l3kernel/l3prg.dtx   | 2 +-
 l3kernel/l3regex.dtx | 2 +-
 l3kernel/l3skip.dtx  | 2 +-
 l3kernel/l3token.dtx | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 53ce3e4cb..0911fb440 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -411,7 +411,7 @@
 %   \end{syntax}
 %   This function evaluates the \meta{test int expr} and
 %   compares this in turn to each of the
-%   \meta{int expr cases} until a match is found.
+%   \meta{int expr case}s until a match is found.
 %   If the two are equal then the
 %   associated \meta{code} is left in the input stream
 %   and other cases are discarded. If any of the
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index e474d8960..6a98de6d2 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -664,7 +664,7 @@
 %     ~~\Arg{true code}
 %     ~~\Arg{false code}
 %   \end{syntax}
-%   Evaluates in turn each of the \meta{boolean expression cases} until
+%   Evaluates in turn each of the \meta{boolean expression case}s until
 %   the first one that evaluates to \texttt{true}.
 %   The \meta{code} associated to this first case is left in the input
 %   stream, followed by the \meta{true code}, and other cases are
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index df0b3a8ce..aacec2d22 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -643,7 +643,7 @@
 %   \end{syntax}
 %   Determines which of the \meta{regular expressions} matches at the
 %   earliest point in the \meta{token list}, and leaves the
-%   corresponding \meta{code_i} followed by the \meta{true code} in the
+%   corresponding \meta{code} followed by the \meta{true code} in the
 %   input stream.  If several \meta{regex} match starting at the same
 %   point, then the first one in the list is selected and the others are
 %   discarded.  If none of the \meta{regex} match, the \meta{false code}
diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index b3fe226a0..b70537927 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -277,7 +277,7 @@
 %   \end{syntax}
 %   This function evaluates the \meta{test dim expr} and
 %   compares this in turn to each of the
-%   \meta{dim expr cases} until a match is found.
+%   \meta{dim expr case}s until a match is found.
 %   If the two are equal then the
 %   associated \meta{code} is left in the input stream
 %   and other cases are discarded. If any of the
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index da4317ae0..7f4c37d57 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -781,7 +781,7 @@
 %     ~~\Arg{false code}
 %   \end{syntax}
 %   This function compares the \meta{test token} in turn with each of
-%   the \meta{token cases}. If the two are equal (as described for
+%   the \meta{token case}s. If the two are equal (as described for
 %   \cs{token_if_eq_catcode:NNTF}, \cs{token_if_eq_charcode:NNTF} and
 %   \cs{token_if_eq_meaning:NNTF}, respectively) then the associated
 %   \meta{code} is left in the input stream and other cases are





More information about the latex3-commits mailing list.