[latex3-commits] [latex3/latex3] main: Fix typos introduced in e34ece41 (b9ba00672)
github at latex-project.org
github at latex-project.org
Wed May 24 22:14:06 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/b9ba006722afa1818621e2177dd1429cecc75d44
>---------------------------------------------------------------
commit b9ba006722afa1818621e2177dd1429cecc75d44
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Thu May 25 03:24:16 2023 +0800
Fix typos introduced in e34ece41
>---------------------------------------------------------------
b9ba006722afa1818621e2177dd1429cecc75d44
l3kernel/l3basics.dtx | 0
l3kernel/l3clist.dtx | 8 ++++----
l3kernel/l3expan.dtx | 2 +-
l3kernel/l3tl.dtx | 6 +++---
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index 0200adc4b..ca0613c6a 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -274,7 +274,7 @@
% \clist_put_right:cv,
% \clist_put_right:co, \clist_put_right:cx,
% \clist_gput_right:Nn, \clist_gput_right:NV,
-% \clist_gput_right:cv,
+% \clist_gput_right:Nv,
% \clist_gput_right:No, \clist_gput_right:Nx,
% \clist_gput_right:cn, \clist_gput_right:cV,
% \clist_gput_right:cv,
@@ -1176,7 +1176,7 @@
% \begin{macro}
% {
% \clist_gput_left:Nn, \clist_gput_left:NV,
-% \clist_gput_left:Nv
+% \clist_gput_left:Nv,
% \clist_gput_left:No, \clist_gput_left:Nx,
% \clist_gput_left:cn, \clist_gput_left:cV,
% \clist_gput_left:cv,
@@ -1209,10 +1209,10 @@
% \begin{macro}
% {
% \clist_put_right:Nn, \clist_put_right:NV,
-% \clist_put_right:Nv
+% \clist_put_right:Nv,
% \clist_put_right:No, \clist_put_right:Nx,
% \clist_put_right:cn, \clist_put_right:cV,
-% \clist_put_right:cv
+% \clist_put_right:cv,
% \clist_put_right:co, \clist_put_right:cx
% }
% \UnitTested
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index 961cb3bf6..f44d134c4 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -2393,7 +2393,7 @@
% \subsection{Held-over variant generation}
%
% \begin{macro}{\tl_to_str:o}
-% \begin{macro}{\cs_generate_from_arg_count:NNnn}
+% \begin{macro}{\cs_generate_from_arg_count:NNVo}
% \begin{macro}{\cs_replacement_spec:c}
% A couple of variants that are from early functions.
% \begin{macrocode}
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index a7bd19244..b8a6362d3 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -164,7 +164,7 @@
% \tl_set:Nn, \tl_set:NV, \tl_set:Nv, \tl_set:No, \tl_set:Ne, \tl_set:Nf, \tl_set:Nx,
% \tl_set:cn, \tl_set:cV, \tl_set:cv, \tl_set:co, \tl_set:ce, \tl_set:cf, \tl_set:cx,
% \tl_gset:Nn, \tl_gset:NV, \tl_gset:Nv,
-% \tl_gset:No, \tl_gset:ce, \tl_gset:Nf, \tl_gset:Nx,
+% \tl_gset:No, \tl_gset:Ne, \tl_gset:Nf, \tl_gset:Nx,
% \tl_gset:cn, \tl_gset:cV, \tl_gset:cv,
% \tl_gset:co, \tl_gset:ce, \tl_gset:cf, \tl_gset:cx
% }
@@ -438,7 +438,7 @@
%
% \subsection{Using token lists}
%
-% \begin{function}[EXP]{\tl_to_str:n, \tl_to_str:V, \tl_to_str:v}
+% \begin{function}[EXP]{\tl_to_str:n, \tl_to_str:o, \tl_to_str:V, \tl_to_str:v}
% \begin{syntax}
% \cs{tl_to_str:n} \Arg{token list}
% \end{syntax}
@@ -1074,7 +1074,7 @@
% \begin{function}[updated = 2011-08-11]
% {
% \tl_replace_once:Nnn, \tl_replace_once:Nxx,
-% \tl_replace_once:Nnn, \tl_replace_once:cxx,
+% \tl_replace_once:cnn, \tl_replace_once:cxx,
% \tl_greplace_once:Nnn, \tl_greplace_once:Nxx
% \tl_greplace_once:cnn, \tl_greplace_once:cxx
% }
More information about the latex3-commits
mailing list.