[latex3-commits] [latex3/latex3] develop: fix arg type for clist_use (32598d209)

github at latex-project.org github at latex-project.org
Wed Sep 25 08:25:04 CEST 2024


Repository : https://github.com/latex3/latex3
On branch  : develop
Link       : https://github.com/latex3/latex3/commit/32598d209fe3135d4152236a008b4b8e39a66230

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

commit 32598d209fe3135d4152236a008b4b8e39a66230
Author: mbertucci47 <61854785+mbertucci47 at users.noreply.github.com>
Date:   Tue Sep 24 12:34:24 2024 -0600

    fix arg type for clist_use


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

32598d209fe3135d4152236a008b4b8e39a66230
 l3kernel/l3clist.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index 8f2da5d02..610d99d18 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -620,8 +620,8 @@
 %
 % \begin{function}[EXP, added = 2021-05-10]{\clist_use:nnnn, \clist_use:nn}
 %   \begin{syntax}
-%     \cs{clist_use:nnnn} \meta{comma~list} \Arg{separator~between~two} \Arg{separator~between~more~than~two} \Arg{separator~between~final~two}
-%     \cs{clist_use:nn} \meta{comma~list} \Arg{separator}
+%     \cs{clist_use:nnnn} \Arg{comma~list} \Arg{separator~between~two} \Arg{separator~between~more~than~two} \Arg{separator~between~final~two}
+%     \cs{clist_use:nn} \Arg{comma~list} \Arg{separator}
 %   \end{syntax}
 %   Places the contents of the \meta{comma~list} in the input stream,
 %   with the appropriate \meta{separator} between the items.  As for





More information about the latex3-commits mailing list.