[latex3-commits] [latex3/latex3] main: Standardize "This is the (e)TeX primitive ..." in texnote (fee8f1c70)

github at latex-project.org github at latex-project.org
Fri Oct 27 07:56:21 CEST 2023


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

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

commit fee8f1c7070e28afa7f5ebc5146859e6bd73cba9
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Oct 27 07:25:30 2023 +0800

    Standardize "This is the (e)TeX primitive ..." in texnote


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

fee8f1c7070e28afa7f5ebc5146859e6bd73cba9
 l3kernel/CHANGELOG.md | 1 +
 l3kernel/l3basics.dtx | 2 +-
 l3kernel/l3box.dtx    | 2 +-
 l3kernel/l3expan.dtx  | 6 +++---
 l3kernel/l3skip.dtx   | 4 ++--
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 96cf81791..a16a02934 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -15,6 +15,7 @@ this project uses date-based 'snapshot' version identifiers.
 - Documentation improvements
 - Refine action of `\text_titlecase_first:n(n)` to be focussed strictly on
   first (relevant) codepoint in the input
+- Standardize "This is the (e)TeX primitive ..." in `texnote` in documentation
 
 ### Deprecated
 - `\seq_(g)set_map_x:NNn` in favor of `e`-type naming
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 00e159d81..e32716670 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -712,7 +712,7 @@
 %   This function expands to the \emph{meaning} of the \meta{control sequence}
 %   control sequence. For a macro, this includes the \meta{replacement text}.
 %   \begin{texnote}
-%     This is \TeX{}'s \tn{meaning} primitive.
+%     This is the \TeX{} primitive \tn{meaning}.
 %     For tokens that are not control sequences, it is more logical to
 %     use \cs{token_to_meaning:N}.
 %     The \texttt{c} variant correctly reports undefined arguments.
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 575765316..4921c5423 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -639,7 +639,7 @@
 %   variable does not exist or if it is invalid. This function may be applied to
 %   local or global boxes.
 %   \begin{texnote}
-%     This is the \tn{box} primitive.
+%     This is the \TeX{} primitive \tn{box}.
 %   \end{texnote}
 % \end{function}
 %
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index 3bf2bd615..d222914e7 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -642,7 +642,7 @@
 %   appropriate argument specifier variant or the appropriate
 %   \cs[no-index]{exp_args:N\meta{variant}} function.
 %   \begin{texnote}
-%     This is the \TeX{} primitive \tn{expandafter} renamed.
+%     This is the \TeX{} primitive \tn{expandafter}.
 %   \end{texnote}
 % \end{function}
 %
@@ -662,7 +662,7 @@
 %   otherwise be expanded, for example an |x|-type argument or the first
 %   token in an |o| or |e| or |f| argument.
 %   \begin{texnote}
-%     This is the \TeX{} \tn{noexpand} primitive.  It only prevents
+%     This is the \TeX{} primitive \tn{noexpand}.  It only prevents
 %     expansion.  At the beginning of an |f|-type argument, a space
 %     \meta{token} is removed even if it appears as \cs{exp_not:N}
 %     \cs{c_space_token}.  In an |e|-expanding definition
@@ -692,7 +692,7 @@
 %   \texttt{c}, \texttt{f}, \texttt{v}.  The argument of \cs{exp_not:n}
 %   \emph{must} be surrounded by braces.
 %   \begin{texnote}
-%     This is the \eTeX{} \tn{unexpanded} primitive.  In an
+%     This is the \eTeX{} primitive \tn{unexpanded}.  In an
 %     |x|-expanding definition (\cs{cs_new:Npe}), \cs{exp_not:n}~|{#1}|
 %     is equivalent to |##1| rather than to~|#1|, namely it inserts the
 %     two characters |#| and~|1|.  In an |e|-type argument
diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index 3130ef859..20cace802 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -907,7 +907,7 @@
 %   Inserts a horizontal \meta{skip} into the current list.
 %   The argument can also be a \meta{dim}.
 %   \begin{texnote}
-%     \cs{skip_horizontal:N} is the \TeX{} primitive \tn{hskip} renamed.
+%     \cs{skip_horizontal:N} is the \TeX{} primitive \tn{hskip}.
 %   \end{texnote}
 % \end{function}
 %
@@ -920,7 +920,7 @@
 %   Inserts a vertical \meta{skip} into the current list.
 %   The argument can also be a \meta{dim}.
 %   \begin{texnote}
-%     \cs{skip_vertical:N} is the \TeX{} primitive \tn{vskip} renamed.
+%     \cs{skip_vertical:N} is the \TeX{} primitive \tn{vskip}.
 %   \end{texnote}
 % \end{function}
 %





More information about the latex3-commits mailing list.