[latex3-commits] [latex3/latex3] gh890: Add additional desciption (9afee30d5)

github at latex-project.org github at latex-project.org
Wed Nov 27 18:41:00 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : gh890
Link       : https://github.com/latex3/latex3/commit/9afee30d51caeec297be210eb40c4b653631e3d9

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

commit 9afee30d51caeec297be210eb40c4b653631e3d9
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Nov 27 17:41:00 2024 +0000

    Add additional desciption


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

9afee30d51caeec297be210eb40c4b653631e3d9
 l3kernel/l3int.dtx |  4 +++-
 l3kernel/l3seq.dtx |  8 ++++++--
 l3kernel/l3tl.dtx  | 10 ++++++++--
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 58988ba0f..e6f797040 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -332,7 +332,9 @@
 %     \int_set_regex_count:Nnn \l_foo_int { (b+|c) } { abbababcbb }
 %   \end{verbatim}
 %   results in \cs[no-index]{l_foo_int} taking the value $5$.
-%   See \pkg{l3regex} chapter for more details of the \meta{regex}
+%   Theses are alternative names for \cs{regex_count:nnN} and friends,
+%   with arguments re-ordered for \meta{int~var} setting;
+%   see \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
 %
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index 0839be9cf..af1f5ace7 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -205,7 +205,9 @@
 %   single sequence (concatenating the results of multiple
 %   \cs{regex_extract_once:nnN} calls).  If there is no match, the
 %   \meta{seq~var} is cleared.
-%   See \pkg{l3regex} chapter for more details of the \meta{regex}
+%   Theses are alternative names for \cs{regex_extract_all:nnN} and friends,
+%   with arguments re-ordered for \meta{seq~var} setting;
+%   see \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
 %
@@ -234,7 +236,9 @@
 %   \end{verbatim}
 %   the sequence |\l_path_seq| contains the items |{the}|, |{path}|,
 %   |{for}|, |{this}|, and |{file.tex}|.
-%   See \pkg{l3regex} chapter for more details of the \meta{regex}
+%   Theses are alternative names for \cs{regex_split:nnN} and friends,
+%   with arguments re-ordered for \meta{seq~var} setting;
+%   see \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
 %
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 80a80f7ce..3dfa53c43 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -392,7 +392,9 @@
 %     \tl_if_regex_match:nnTF { example } { [b-dq-w] } { TRUE } { FALSE }
 %   \end{verbatim}
 %   leaves \texttt{TRUE} then \texttt{FALSE} in the input stream.
-%   See \pkg{l3regex} chapter for more details of the \meta{regex}
+%   Theses are alternative names for \cs{regex_match:nnTF} and friends,
+%   with arguments re-ordered for \meta{token list} testing;
+%   see \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
 %
@@ -1194,6 +1196,8 @@
 %   \meta{replacement}. In the \meta{replacement},
 %   |\0| represents the full match, |\1| represent the contents of the
 %   first capturing group, |\2| of the second, \emph{etc.}
+%   Theses are alternative names for \cs{regex_replace_once:nnN} and friends,
+%   with arguments re-ordered for \meta{tl~var} setting;
 %   See \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
@@ -1215,7 +1219,9 @@
 %   the full match, |\1| represent the contents of the first capturing
 %   group, |\2| of the second, \emph{etc.} Every match is treated
 %   independently, and matches cannot overlap.
-%   See \pkg{l3regex} chapter for more details of the \meta{regex}
+%   Theses are alternative names for \cs{regex_replace_all:nnN} and friends,
+%   with arguments re-ordered for \meta{tl~var} setting;
+%   see \pkg{l3regex} chapter for more details of the \meta{regex}
 %   format.
 % \end{function}
 %





More information about the latex3-commits mailing list.