[latex3-commits] [git/latex3] master: Stop mentioning an unimportant underlying internal function in doc of mappings (2ffd707)

Bruno Le Floch bruno at le-floch.fr
Tue Nov 28 18:48:48 CET 2017


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/2ffd70755a3966f023ddbcb0af85a3ed58d5ada0

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

commit 2ffd70755a3966f023ddbcb0af85a3ed58d5ada0
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Tue Nov 28 12:48:48 2017 -0500

    Stop mentioning an unimportant underlying internal function in doc of mappings


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

2ffd70755a3966f023ddbcb0af85a3ed58d5ada0
 l3kernel/l3clist.dtx |    8 ++++----
 l3kernel/l3file.dtx  |    8 ++++----
 l3kernel/l3prop.dtx  |   12 ++++++++++++
 l3kernel/l3seq.dtx   |    8 ++++----
 l3kernel/l3str.dtx   |    8 ++++----
 l3kernel/l3tl.dtx    |    8 ++++----
 6 files changed, 32 insertions(+), 20 deletions(-)

diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index e7ed1af..11b55f6 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -429,8 +429,8 @@
 %   Use outside of a |\clist_map_...| scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before further items are taken
+%     When the mapping is broken, additional tokens may be inserted
+%     before further items are taken
 %     from the input stream. This depends on the design of the mapping
 %     function.
 %   \end{texnote}
@@ -457,8 +457,8 @@
 %   Use outside of a |\clist_map_...| scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{code} is
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 4becc02..7b73632 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -381,8 +381,8 @@
 %   Use outside of a \cs[no-index]{ior_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before further items are taken
+%     When the mapping is broken, additional tokens may be inserted
+%     before further items are taken
 %     from the input stream. This depends on the design of the mapping
 %     function.
 %   \end{texnote}
@@ -409,8 +409,8 @@
 %   Use outside of a \cs[no-index]{ior_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{code} is
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 818f4ae..09b37b7 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -373,6 +373,12 @@
 %   \end{verbatim}
 %   Use outside of a \cs[no-index]{prop_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
+%   \begin{texnote}
+%     When the mapping is broken, additional tokens may be inserted
+%     before further items are taken
+%     from the input stream. This depends on the design of the mapping
+%     function.
+%   \end{texnote}
 % \end{function}
 %
 % \begin{function}[updated = 2012-06-29, rEXP]{\prop_map_break:n}
@@ -395,6 +401,12 @@
 %   \end{verbatim}
 %   Use outside of a \cs[no-index]{prop_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
+%   \begin{texnote}
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
+%     inserted into the input stream.
+%     This depends on the design of the mapping function.
+%   \end{texnote}
 % \end{function}
 %
 % \section{Viewing property lists}
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index e3ee7e0..3b9b218 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -527,8 +527,8 @@
 %   Use outside of a \cs[no-index]{seq_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before further items are taken
+%     When the mapping is broken, additional tokens may be inserted
+%     before further items are taken
 %     from the input stream. This depends on the design of the mapping
 %     function.
 %   \end{texnote}
@@ -555,8 +555,8 @@
 %   Use outside of a \cs[no-index]{seq_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{code} is
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 295e1cb..a8053af 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -495,8 +495,8 @@
 %   Use outside of a \cs[no-index]{str_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before continuing with the
+%     When the mapping is broken, additional tokens may be inserted
+%     before continuing with the
 %     code that follows the loop.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
@@ -521,8 +521,8 @@
 %   Use outside of a \cs[no-index]{str_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{code} is
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 4c49da8..9cd720d 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -578,8 +578,8 @@
 %   Use outside of a \cs[no-index]{tl_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{tokens} are
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{tokens} are
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}
@@ -604,8 +604,8 @@
 %   Use outside of a \cs[no-index]{tl_map_\ldots} scenario leads to low
 %   level \TeX{} errors.
 %   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{code} is
+%     When the mapping is broken, additional tokens may be inserted
+%     before the \meta{code} is
 %     inserted into the input stream.
 %     This depends on the design of the mapping function.
 %   \end{texnote}





More information about the latex3-commits mailing list