[latex3-commits] [git/LaTeX3-latex3-latex3] master: Typos (362954e)
Bruno Le Floch
bruno at le-floch.fr
Fri Apr 13 17:54:32 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/362954e699c8b78335f4225ae65a08dd658f14da
>---------------------------------------------------------------
commit 362954e699c8b78335f4225ae65a08dd658f14da
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Thu Apr 12 10:37:21 2018 -0400
Typos
>---------------------------------------------------------------
362954e699c8b78335f4225ae65a08dd658f14da
l3kernel/l3expan.dtx | 2 +-
l3kernel/l3kernel-functions.dtx | 2 +-
l3kernel/l3tl-analysis.dtx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index 6895e17..1777a5b 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -1464,7 +1464,7 @@
% \begin{macro}[EXP]{\exp_not:V}
% \begin{macro}[EXP]{\exp_not:v}
% All these except \cs{exp_not:c} call the kernel-internal
-% \cs{__kernel_exp_not:w} namely \tn{etex_unexpnaded:D}.
+% \cs{__kernel_exp_not:w} namely \tn{etex_unexpanded:D}.
% \begin{macrocode}
\cs_new:Npn \exp_not:c #1 { \exp_after:wN \exp_not:N \cs:w #1 \cs_end: }
\cs_new:Npn \exp_not:o #1 { \__kernel_exp_not:w \exp_after:wN {#1} }
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index 6f6ba37..adbd828 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -140,7 +140,7 @@
% \begin{syntax}
% \cs{__kernel_cs_parm_from_arg_count:nnF} \Arg{follow-on} \Arg{args} \Arg{false code}
% \end{syntax}
-% Evaluates the number of \meta{args} and leavs the \meta{follow-on} code
+% Evaluates the number of \meta{args} and leaves the \meta{follow-on} code
% followed by a brace group containing the required number of primitive
% parameter markers (|#1|, \emph{etc}.). If the number of \meta{args} is outside
% the range $[0,9]$, the \meta{false code} is inserted \emph{instead} of
diff --git a/l3kernel/l3tl-analysis.dtx b/l3kernel/l3tl-analysis.dtx
index 15e5569..c419fe6 100644
--- a/l3kernel/l3tl-analysis.dtx
+++ b/l3kernel/l3tl-analysis.dtx
@@ -1093,11 +1093,11 @@
\__kernel_patch_deprecation:nnNNpn { 2019-12-31 }
{ \tl_analysis_show:N }
\cs_new_protected:Npn \tl_show_analysis:N #1
- { \tl_show_analysis:N #1 }
+ { \tl_analysis_show:N #1 }
\__kernel_patch_deprecation:nnNNpn { 2019-12-31 }
{ \tl_analysis_show:n }
\cs_new_protected:Npn \tl_show_analysis:n #1
- { \tl_show_analysis:n {#1} }
+ { \tl_analysis_show:n {#1} }
% \end{macrocode}
% \end{macro}
%
More information about the latex3-commits
mailing list