[latex3-commits] [git/LaTeX3-latex3-latex3] main: Change "mapping to" to "mapping over" [ci skip] (3e8cb1457)

Bruno Le Floch blflatex at gmail.com
Wed May 5 13:58:32 CEST 2021


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

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

commit 3e8cb145779d304e3d836c20eb01c7dc686377f7
Author: Bruno Le Floch <blflatex at gmail.com>
Date:   Wed May 5 13:57:40 2021 +0200

    Change "mapping to" to "mapping over" [ci skip]


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

3e8cb145779d304e3d836c20eb01c7dc686377f7
 l3kernel/l3clist.dtx   | 4 ++--
 l3kernel/l3coffins.dtx | 2 +-
 l3kernel/l3doc.dtx     | 2 +-
 l3kernel/l3file.dtx    | 2 +-
 l3kernel/l3prop.dtx    | 4 ++--
 l3kernel/l3seq.dtx     | 4 ++--
 l3kernel/l3str.dtx     | 4 ++--
 l3kernel/l3tl.dtx      | 6 +++---
 8 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index 9c87c7cb1..ed725d081 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -396,7 +396,7 @@
 %   \end{texnote}
 % \end{function}
 %
-% \section{Mapping to comma lists}
+% \section{Mapping over comma lists}
 %
 % The functions described in this section apply a specified function
 % to each item of a comma list.
@@ -1622,7 +1622,7 @@
 % \end{macro}
 % \end{macro}
 %
-% \subsection{Mapping to comma lists}
+% \subsection{Mapping over comma lists}
 %
 % \begin{macro}{\clist_map_function:NN, \clist_map_function:cN}
 % \UnitTested
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 6503b77d1..a8d061063 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -2012,7 +2012,7 @@
 % \begin{macro}{\@@_offset_pole:Nnnnnnn}
 %   Transferring structures from one coffin to another requires that the
 %   positions are updated by the offset between the two coffins. This is
-%   done by mapping to the property list of the source coffins, moving
+%   done by mapping over the property list of the source coffins, moving
 %   as appropriate and saving to the new coffin data structures. The
 %   test for a |-| means that the structures from the parent coffins
 %   are uniquely labelled and do not depend on the order of alignment.
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index e856d71fc..577031034 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -2244,7 +2244,7 @@ and all files in that bundle must be distributed together.
 % \begin{macro}{\@@_names_typeset:}
 % \begin{macro}{\@@_names_typeset_auxi:n}
 %   This code is in particular used when typesetting function names in a
-%   \env{function} environment.  The mapping to \cs{l_@@_names_block_tl}
+%   \env{function} environment.  The mapping over \cs{l_@@_names_block_tl}
 %   cannot use \cs{tl_map_inline:Nn} because the code following |\\|
 %   would not be expandable, thus breaking \tn{bottomrule}.
 %
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index f9b67fd9f..2f873a6e1 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -1272,7 +1272,7 @@
 % \begin{macro}{\@@_map_inline:NNn}
 % \begin{macro}{\@@_map_inline:NNNn}
 % \begin{macro}{\@@_map_inline_loop:NNN}
-%   Mapping to an input stream can be done on either a token or a string
+%   Mapping over an input stream can be done on either a token or a string
 %   basis, hence the set up. Within that, there is a check to avoid reading
 %   past the end of a file, hence the two applications of \cs{ior_if_eof:N}
 %   and its lower-level analogue \cs{if_eof:w}.
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 7cc144073..1323c59d7 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -372,7 +372,7 @@
 %   \meta{token list variable} is assigned locally.
 % \end{function}
 %
-% \section{Mapping to property lists}
+% \section{Mapping over property lists}
 %
 % All mappings are done at the current group level, \emph{i.e.}~any
 % local assignments made by the \meta{function} or \meta{code} discussed
@@ -1242,7 +1242,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \subsection{Mapping to property lists}
+% \subsection{Mapping over property lists}
 %
 % \begin{macro}[tested = m3prop003]
 %   {
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 3c03b042b..ce1eb8f11 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -535,7 +535,7 @@
 %   Tests if the \meta{item} is present in the \meta{sequence}.
 % \end{function}
 %
-% \section{Mapping to sequences}
+% \section{Mapping over sequences}
 %
 % All mappings are done at the current group level, \emph{i.e.}~any
 % local assignments made by the \meta{function} or \meta{code} discussed
@@ -1959,7 +1959,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \subsection{Mapping to sequences}
+% \subsection{Mapping over sequences}
 %
 % \begin{macro}{\seq_map_break:}
 % \UnitTested
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index b52e11ceb..909865132 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -401,7 +401,7 @@
 %   not be used within this string.
 % \end{function}
 %
-% \section{Mapping to strings}
+% \section{Mapping over strings}
 %
 % All mappings are done at the current group level, \emph{i.e.}~any
 % local assignments made by the \meta{function} or \meta{code} discussed
@@ -1270,7 +1270,7 @@
 % \end{macro}
 % \end{macro}
 %
-% \subsection{Mapping to strings}
+% \subsection{Mapping over strings}
 %
 % \begin{macro}[rEXP]{\str_map_function:NN, \str_map_function:cN}
 % \begin{macro}[rEXP]{\str_map_function:nN}
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index dd11b5159..e2a2773bd 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -521,7 +521,7 @@
 %   available.
 % \end{function}
 %
-% \section{Mapping to token lists}
+% \section{Mapping over token lists}
 %
 % All mappings are done at the current group level, \emph{i.e.}~any
 % local assignments made by the \meta{function} or \meta{code} discussed
@@ -2458,7 +2458,7 @@
 % \end{macro}
 % \end{macro}
 %
-% \subsection{Mapping to token lists}
+% \subsection{Mapping over token lists}
 %
 % \begin{macro}{\tl_map_function:nN}
 % \begin{macro}{\tl_map_function:NN, \tl_map_function:cN}
@@ -2814,7 +2814,7 @@
 % \begin{macro}{\tl_head:w,\@@_tl_head:w}
 % \begin{macro}{\tl_tail:N, \tl_tail:n, \tl_tail:V, \tl_tail:v, \tl_tail:f}
 %   Finding the head of a token list expandably always strips braces, which
-%   is fine as this is consistent with for example mapping to a list. The
+%   is fine as this is consistent with for example mapping over a list. The
 %   empty brace groups in \cs{tl_head:n} ensure that a blank argument gives an
 %   empty result. The result is returned within the \tn{unexpanded} primitive.
 %   The approach here is to use \cs{if_false:} to allow us to use |}| as





More information about the latex3-commits mailing list.