[latex3-commits] [latex3/latex3] main: Correct various missing ", " (8ec8c8e83)
github at latex-project.org
github at latex-project.org
Fri Dec 8 09:27:29 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/8ec8c8e838851865065760857b7734c455e1d33e
>---------------------------------------------------------------
commit 8ec8c8e838851865065760857b7734c455e1d33e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Dec 8 08:27:29 2023 +0000
Correct various missing ","
>---------------------------------------------------------------
8ec8c8e838851865065760857b7734c455e1d33e
l3kernel/l3file.dtx | 2 +-
l3kernel/l3seq.dtx | 2 +-
l3kernel/l3tl.dtx | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 8808fe539..20fed8412 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3345,7 +3345,7 @@
% {
% \file_compare_timestamp:nNn,
% \file_compare_timestamp:nNV,
-% \file_compare_timestamp:VNn
+% \file_compare_timestamp:VNn,
% \file_compare_timestamp:VNV
% }
% \begin{macro}[EXP]{\@@_compare_timestamp:nnN}
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 64ab9771a..b7cd6f44b 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -1525,7 +1525,7 @@
% {
% \seq_remove_all:Nn, \seq_remove_all:NV, \seq_remove_all:Ne,
% \seq_remove_all:Nx,
-% \seq_remove_all:cn, \seq_remove_all:cV, \seq_remove_all:ce
+% \seq_remove_all:cn, \seq_remove_all:cV, \seq_remove_all:ce,
% \seq_remove_all:cx,
% }
% \UnitTested
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index c615a3ec6..173458042 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -3044,17 +3044,17 @@
%
% \begin{macro}[pTF]
% {
-% \tl_if_head_eq_meaning:nN, \tl_if_head_eq_meaning:VN
+% \tl_if_head_eq_meaning:nN, \tl_if_head_eq_meaning:VN,
% \tl_if_head_eq_meaning:eN
% }
% \begin{macro}[pTF]
% {
-% \tl_if_head_eq_charcode:nN, \tl_if_head_eq_charcode:VN
+% \tl_if_head_eq_charcode:nN, \tl_if_head_eq_charcode:VN,
% \tl_if_head_eq_charcode:eN, \tl_if_head_eq_charcode:fN
% }
% \begin{macro}[pTF]
% {
-% \tl_if_head_eq_catcode:nN, \tl_if_head_eq_catcode:VN
+% \tl_if_head_eq_catcode:nN, \tl_if_head_eq_catcode:VN,
% \tl_if_head_eq_catcode:eN, \tl_if_head_eq_catcode:oN
% }
% \begin{macro}[EXP]{\@@_head_exp_not:w}
More information about the latex3-commits
mailing list.