[latex3-commits] [l3svn] branch master updated: state \seq_map_variable:NNn assigns locally

noreply at latex-project.org noreply at latex-project.org
Thu Sep 28 14:38:38 CEST 2017


This is an automated email from the git hooks/post-receive script.

will pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  375c341   state \seq_map_variable:NNn assigns locally
375c341 is described below

commit 375c3416295c4e8c54979e275166a8a195121c4c
Author: Will Robertson <will at wspr.io>
Date:   Thu Sep 28 22:07:58 2017 +0930

    state \seq_map_variable:NNn assigns locally
    
    closes #395
---
 l3kernel/l3seq.dtx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 6d8a0d0..5b93ec1 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -505,7 +505,8 @@
 %   Stores each entry in the \meta{sequence} in turn in the
 %   \meta{tl~var.}\ and applies the \meta{function using tl~var.}
 %   The \meta{function} will usually consist of code making use of
-%   the \meta{tl~var.}, but this is not enforced.  One variable
+%   the \meta{tl~var.}, but this is not enforced.  The assignments to
+%   \meta{tl~var.} are local, and one variable
 %   mapping can be nested inside another. The \meta{items}
 %   are returned from left to right.
 % \end{function}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list