[latex3-commits] [git/latex3] master: Improve documentation of \seq_const_from_clist:Nn (see #257) [ci skip] (239112f)
Bruno Le Floch
bruno at le-floch.fr
Wed Nov 29 03:41:03 CET 2017
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/239112fd27e0e5bdbd0c3fb1398c58208a026047
>---------------------------------------------------------------
commit 239112fd27e0e5bdbd0c3fb1398c58208a026047
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue Nov 28 21:41:03 2017 -0500
Improve documentation of \seq_const_from_clist:Nn (see #257) [ci skip]
>---------------------------------------------------------------
239112fd27e0e5bdbd0c3fb1398c58208a026047
l3kernel/l3candidates.dtx | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index b688155..a5f0a27 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -486,10 +486,11 @@
% \begin{function}[added = 2017-11-28]
% {\seq_const_from_clist:Nn, \seq_const_from_clist:cn}
% \begin{syntax}
-% \cs{seq_const_from_clist:Nn} \meta{sequence} \Arg{comma-list}
+% \cs{seq_const_from_clist:Nn} \meta{seq~var} \Arg{comma-list}
% \end{syntax}
-% Converts the data in the \meta{comma list} into a constant
-% \meta{sequence}: the original \meta{comma list} is unchanged.
+% Creates a new constant \meta{seq~var} or raises an error if the name
+% is already taken. The \meta{seq~var} is set globally to contain the
+% items in the \meta{comma list}.
% \end{function}
%
% \section{Additions to \pkg{l3skip}}
More information about the latex3-commits
mailing list