[latex3-commits] [latex3/latex3] main: Adapt doc for `\seq_set_map_e:NNn` and `\seq_gset_map_e:NNn` (f06921ca1)

github at latex-project.org github at latex-project.org
Thu Oct 26 23:43:28 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/f06921ca13e7e78f5eae72b9d3c5a7eff6f54565

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

commit f06921ca13e7e78f5eae72b9d3c5a7eff6f54565
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Oct 27 05:03:17 2023 +0800

    Adapt doc for `\seq_set_map_e:NNn` and `\seq_gset_map_e:NNn`
    
    This is the missing doc part of
    commit 69b7c6fd0 (Deprecate \seq_(g)set_map_x:NNn, 2023-10-26).


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

f06921ca13e7e78f5eae72b9d3c5a7eff6f54565
 l3kernel/CHANGELOG.md |  2 +-
 l3kernel/l3seq.dtx    | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 2aa26d6eb..96cf81791 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -8,7 +8,7 @@ this project uses date-based 'snapshot' version identifiers.
 ## [Unreleased]
 
 ### Added
-- `\seq_set_map_e:NNn`
+- `\seq_(g)set_map_e:NNn`
 - Documentation for `\ExplLoaderFileDate` in `expl3.pdf`
 
 ### Changed
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 8be8f3d56..c706596d7 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -740,15 +740,15 @@
 %   \end{texnote}
 % \end{function}
 %
-% \begin{function}[added = 2020-07-16]
-%   {\seq_set_map_x:NNn, \seq_gset_map_x:NNn}
+% \begin{function}[added = 2020-07-16, updated = 2023-10-26]
+%   {\seq_set_map_e:NNn, \seq_gset_map_e:NNn}
 %   \begin{syntax}
-%     \cs{seq_set_map_x:NNn} \meta{seq~var_1} \meta{seq~var_2} \Arg{inline function}
+%     \cs{seq_set_map_e:NNn} \meta{seq~var_1} \meta{seq~var_2} \Arg{inline function}
 %   \end{syntax}
 %   Applies \meta{inline function} to every \meta{item} stored
 %   within the \meta{seq~var_2}. The \meta{inline function} should
 %   consist of code which will receive the \meta{item} as |#1|.
-%   The sequence resulting from \texttt{x}-expanding
+%   The sequence resulting from \texttt{e}-expanding
 %   \meta{inline function} applied to each \meta{item}
 %   is assigned to \meta{seq~var_1}. As such, the code
 %   in \meta{inline function} should be expandable.
@@ -2411,7 +2411,7 @@
 %
 % \begin{macro}{\seq_set_map:NNn, \seq_gset_map:NNn}
 % \begin{macro}{\@@_set_map:NNNn}
-%   Similar to \cs{seq_set_map_x:NNn}, but prevents expansion of the
+%   Similar to \cs{seq_set_map_e:NNn}, but prevents expansion of the
 %   <inline function>.
 %    \begin{macrocode}
 \cs_new_protected:Npn \seq_set_map:NNn





More information about the latex3-commits mailing list.