[latex3-commits] [latex3/latex3] main: Fix doc typos (1365ff488)

github at latex-project.org github at latex-project.org
Thu Oct 19 07:35:10 CEST 2023


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

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

commit 1365ff488446b5116705b4d54a8c5f859a11f8b9
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sat Sep 23 22:59:04 2023 +0800

    Fix doc typos
    
    The four "firsts" were introduced 12 years ago, in commit
    626df2cb42eb ([Big bang] Update l3prg:  - \prg_quicksort:n feels wrong .., 2011-05-07).


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

1365ff488446b5116705b4d54a8c5f859a11f8b9
 l3kernel/README.md    | 2 +-
 l3kernel/l3keys.dtx   | 2 +-
 l3kernel/l3legacy.dtx | 2 +-
 l3kernel/l3prg.dtx    | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/l3kernel/README.md b/l3kernel/README.md
index 7b368819d..8949e0f41 100644
--- a/l3kernel/README.md
+++ b/l3kernel/README.md
@@ -57,7 +57,7 @@ since the release of version 1.40.0 in 2007; `\expanded` was added for TeX Live
 2019. Similarly, the full set of these utility primitives has been available in
 XeTeX from the 2019 TeX Live release, and has always been available in LuaTeX
 (some by Lua emulation). The Japanese pTeX and upTeX gained all of the above
-(except `\ifincsname`) for TeX Live 2019 `\ifincsname` for TeX Live 2020.
+(except `\ifincsname`) for TeX Live 2019 and `\ifincsname` for TeX Live 2020.
 
 Starting from release 2023-05-15, the `\expanded` primitive is *required*.
 Its slow emulation has been removed.
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 79b304001..3e77e89ce 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -388,7 +388,7 @@
 %   Defines \meta{key} to set legacy \cs{if} \meta{switch} to \meta{value}
 %   (which must be either \enquote{\texttt{true}} or \enquote{\texttt{false}}).
 %   The \meta{switch} is the name of the switch \emph{without the leading
-%   \cs{if}}.
+%   \texttt{if}}.
 %
 %   The \texttt{inverse} versions will set the \meta{switch} to the logical
 %   opposite of the \meta{value}.
diff --git a/l3kernel/l3legacy.dtx b/l3kernel/l3legacy.dtx
index 92b8cdb97..397386ff8 100644
--- a/l3kernel/l3legacy.dtx
+++ b/l3kernel/l3legacy.dtx
@@ -60,7 +60,7 @@
 %     \cs{legacy_if:nTF} \Arg{name} \Arg{true code} \Arg{false code}
 %   \end{syntax}
 %   Tests if the \LaTeXe{}/plain \TeX{} conditional (generated by \tn{newif})
-%   if \texttt{true} or \texttt{false} and branches accordingly. The
+%   is \texttt{true} or \texttt{false} and branches accordingly. The
 %   \meta{name} of the conditional should \emph{omit} the leading \texttt{if}.
 % \end{function}
 %
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index e3f09d90d..140c996af 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -581,7 +581,7 @@
 %   \begin{syntax}
 %     \cs{bool_until_do:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}
-%   This function firsts checks the logical value of the \meta{boolean}.
+%   This function first checks the logical value of the \meta{boolean}.
 %   If it is \texttt{false} the \meta{code} is placed in the input stream
 %   and expanded. After the completion of the \meta{code} the truth
 %   of the \meta{boolean} is re-evaluated. The process then loops
@@ -592,7 +592,7 @@
 %   \begin{syntax}
 %     \cs{bool_while_do:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}
-%   This function firsts checks the logical value of the \meta{boolean}.
+%   This function first checks the logical value of the \meta{boolean}.
 %   If it is \texttt{true} the \meta{code} is placed in the input stream
 %   and expanded. After the completion of the \meta{code} the truth
 %   of the \meta{boolean} is re-evaluated. The process then loops
@@ -627,7 +627,7 @@
 %   \begin{syntax}
 %     \cs{bool_until_do:nn} \Arg{boolean expression} \Arg{code}
 %   \end{syntax}
-%   This function firsts checks the logical value of the
+%   This function first checks the logical value of the
 %   \meta{boolean expression} (as described for \cs{bool_if:nTF}).
 %   If it is \texttt{false} the \meta{code} is placed in the input stream
 %   and expanded. After the completion of the \meta{code} the truth
@@ -639,7 +639,7 @@
 %   \begin{syntax}
 %     \cs{bool_while_do:nn} \Arg{boolean expression} \Arg{code}
 %   \end{syntax}
-%   This function firsts checks the logical value of the
+%   This function first checks the logical value of the
 %   \meta{boolean expression} (as described for \cs{bool_if:nTF}).
 %   If it is \texttt{true} the \meta{code} is placed in the input stream
 %   and expanded. After the completion of the \meta{code} the truth





More information about the latex3-commits mailing list.