[latex3-commits] [latex3/latex3] main: Call l3kernel components "modules" (00d41a00e)
github at latex-project.org
github at latex-project.org
Wed Dec 13 11:01:03 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/00d41a00eb077137d1f71867211b64e79af60e0e
>---------------------------------------------------------------
commit 00d41a00eb077137d1f71867211b64e79af60e0e
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Wed Dec 13 04:09:22 2023 +0800
Call l3kernel components "modules"
>---------------------------------------------------------------
00d41a00eb077137d1f71867211b64e79af60e0e
l3kernel/l3basics.dtx | 6 +++---
l3kernel/l3bitset.dtx | 4 ++--
l3kernel/l3bootstrap.dtx | 2 +-
l3kernel/l3box.dtx | 2 +-
l3kernel/l3candidates.dtx | 2 +-
l3kernel/l3cctab.dtx | 2 +-
l3kernel/l3clist.dtx | 2 +-
l3kernel/l3coffins.dtx | 2 +-
l3kernel/l3color.dtx | 2 +-
l3kernel/l3debug.dtx | 2 +-
l3kernel/l3deprecation.dtx | 2 +-
l3kernel/l3docstrip.dtx | 2 +-
l3kernel/l3expan.dtx | 2 +-
l3kernel/l3file.dtx | 2 +-
l3kernel/l3flag.dtx | 2 +-
l3kernel/l3fp-assign.dtx | 2 +-
l3kernel/l3fp-aux.dtx | 2 +-
l3kernel/l3fp-basics.dtx | 2 +-
l3kernel/l3fp-convert.dtx | 2 +-
l3kernel/l3fp-expo.dtx | 2 +-
l3kernel/l3fp-extended.dtx | 2 +-
l3kernel/l3fp-functions.dtx | 2 +-
l3kernel/l3fp-logic.dtx | 2 +-
l3kernel/l3fp-parse.dtx | 2 +-
l3kernel/l3fp-random.dtx | 2 +-
l3kernel/l3fp-round.dtx | 2 +-
l3kernel/l3fp-symbolic.dtx | 2 +-
l3kernel/l3fp-traps.dtx | 2 +-
l3kernel/l3fp-trig.dtx | 2 +-
l3kernel/l3fp-types.dtx | 2 +-
l3kernel/l3fp.dtx | 4 ++--
l3kernel/l3fparray.dtx | 2 +-
l3kernel/l3int.dtx | 2 +-
l3kernel/l3intarray.dtx | 4 ++--
l3kernel/l3kernel-functions.dtx | 2 +-
l3kernel/l3keys.dtx | 2 +-
l3kernel/l3legacy.dtx | 2 +-
l3kernel/l3luatex.dtx | 2 +-
l3kernel/l3msg.dtx | 2 +-
l3kernel/l3names.dtx | 4 ++--
l3kernel/l3pdf.dtx | 2 +-
l3kernel/l3prg.dtx | 2 +-
l3kernel/l3prop.dtx | 2 +-
l3kernel/l3quark.dtx | 2 +-
l3kernel/l3regex.dtx | 4 ++--
l3kernel/l3seq.dtx | 2 +-
l3kernel/l3skip.dtx | 2 +-
l3kernel/l3sort.dtx | 2 +-
l3kernel/l3str-convert.dtx | 2 +-
l3kernel/l3str.dtx | 2 +-
l3kernel/l3sys.dtx | 2 +-
l3kernel/l3text-case.dtx | 2 +-
l3kernel/l3text-map.dtx | 2 +-
l3kernel/l3text-purify.dtx | 2 +-
l3kernel/l3text.dtx | 2 +-
l3kernel/l3tl-analysis.dtx | 2 +-
l3kernel/l3tl-build.dtx | 2 +-
l3kernel/l3tl.dtx | 2 +-
l3kernel/l3token.dtx | 2 +-
l3kernel/l3unicode.dtx | 2 +-
60 files changed, 67 insertions(+), 67 deletions(-)
diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 716edf4c7..ee985982b 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3basics} package\\ Basic definitions^^A
+% The \pkg{l3basics} module\\ Basic definitions^^A
% }
%
% \author{^^A
@@ -49,8 +49,8 @@
%
% \begin{documentation}
%
-% As the name suggest this package holds some basic definitions which
-% are needed by most or all other packages in this set.
+% As the name suggest this module holds some basic definitions which
+% are needed by most or all other modules in this set.
%
% Here we describe those functions that are used all over the place. With
% that we mean functions dealing with the construction and testing of
diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index 0d81c4bea..73aee1c04 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -30,7 +30,7 @@
%</driver>
% \fi
% \title{^^A
-% The \pkg{l3bitset} package\\ Bitsets^^A
+% The \pkg{l3bitset} module\\ Bitsets^^A
% }
%
% \author{^^A
@@ -48,7 +48,7 @@
%
% \begin{documentation}
%
-% This package defines and implements the data type \texttt{bitset}, a vector of
+% This module defines and implements the data type \texttt{bitset}, a vector of
% bits. The size of the vector may grow dynamically.
% Individual bits can be set and unset by names pointing to an index position.
% The names |1|, |2|, |3|, \ldots\ are predeclared and point to the
diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index 1b9a6e18e..f61541c7b 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3bootstrap} package\\ Bootstrap code^^A
+% The \pkg{l3bootstrap} module\\ Bootstrap code^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 25de02e6f..3d2b7c104 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3box} package\\ Boxes^^A
+% The \pkg{l3box} module\\ Boxes^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 044f23b41..91acd8028 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3candidates} package\\ Experimental additions to
+% The \pkg{l3candidates} module\\ Experimental additions to
% \pkg{l3kernel}^^A
% }
%
diff --git a/l3kernel/l3cctab.dtx b/l3kernel/l3cctab.dtx
index 03e6b6f8b..a27a8e751 100644
--- a/l3kernel/l3cctab.dtx
+++ b/l3kernel/l3cctab.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3cctab} package\\ Category code tables^^A
+% The \pkg{l3cctab} module\\ Category code tables^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3clist.dtx b/l3kernel/l3clist.dtx
index 4783ba761..f042af2e1 100644
--- a/l3kernel/l3clist.dtx
+++ b/l3kernel/l3clist.dtx
@@ -32,7 +32,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3clist} package\\ Comma separated lists^^A
+% The \pkg{l3clist} module\\ Comma separated lists^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 217fd933c..9e3914189 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3coffins} package\\ Coffin code layer^^A
+% The \pkg{l3coffins} module\\ Coffin code layer^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 2fa59821b..f83f19ceb 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3color} package\\ Color support^^A
+% The \pkg{l3color} module\\ Color support^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3debug.dtx b/l3kernel/l3debug.dtx
index 884ecdf6a..81651bfed 100644
--- a/l3kernel/l3debug.dtx
+++ b/l3kernel/l3debug.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3debug} package\\ Debugging support^^A
+% The \pkg{l3debug} module\\ Debugging support^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3deprecation.dtx b/l3kernel/l3deprecation.dtx
index f046e4a26..554088665 100644
--- a/l3kernel/l3deprecation.dtx
+++ b/l3kernel/l3deprecation.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3deprecation} package\\ Deprecation errors^^A
+% The \pkg{l3deprecation} module\\ Deprecation errors^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3docstrip.dtx b/l3kernel/l3docstrip.dtx
index 0d21cb483..b3f3012bc 100644
--- a/l3kernel/l3docstrip.dtx
+++ b/l3kernel/l3docstrip.dtx
@@ -51,7 +51,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3docstrip} package\\ Code extraction and manipulation^^A
+% The \pkg{l3docstrip} module\\ Code extraction and manipulation^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index e4b8a9967..57e78cdb0 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3expan} package\\ Argument expansion^^A
+% The \pkg{l3expan} module\\ Argument expansion^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index d33fe899d..3d55035c0 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -32,7 +32,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3file} package\\ File and I/O operations^^A
+% The \pkg{l3file} module\\ File and I/O operations^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3flag.dtx b/l3kernel/l3flag.dtx
index d0203d520..881b25c95 100644
--- a/l3kernel/l3flag.dtx
+++ b/l3kernel/l3flag.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3flag} package\\ Expandable flags^^A
+% The \pkg{l3flag} module\\ Expandable flags^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-assign.dtx b/l3kernel/l3fp-assign.dtx
index f5d3e6bb3..68212023a 100644
--- a/l3kernel/l3fp-assign.dtx
+++ b/l3kernel/l3fp-assign.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-assign} package\\
+% The \pkg{l3fp-assign} module\\
% Floating point expressions^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-aux.dtx b/l3kernel/l3fp-aux.dtx
index 20c68b296..5fc528865 100644
--- a/l3kernel/l3fp-aux.dtx
+++ b/l3kernel/l3fp-aux.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-aux} package\\ Support for floating points^^A
+% The \pkg{l3fp-aux} module\\ Support for floating points^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-basics.dtx b/l3kernel/l3fp-basics.dtx
index 7d2c3527d..b969a0e76 100644
--- a/l3kernel/l3fp-basics.dtx
+++ b/l3kernel/l3fp-basics.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-basics} package\\
+% The \pkg{l3fp-basics} module\\
% Floating point arithmetic^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-convert.dtx b/l3kernel/l3fp-convert.dtx
index 4a1c9f221..9509f7cc8 100644
--- a/l3kernel/l3fp-convert.dtx
+++ b/l3kernel/l3fp-convert.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-convert} package\\ Floating point conversion^^A
+% The \pkg{l3fp-convert} module\\ Floating point conversion^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-expo.dtx b/l3kernel/l3fp-expo.dtx
index bf385275e..6f53d26e6 100644
--- a/l3kernel/l3fp-expo.dtx
+++ b/l3kernel/l3fp-expo.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-expo} package\\
+% The \pkg{l3fp-expo} module\\
% Floating point exponential-related functions^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-extended.dtx b/l3kernel/l3fp-extended.dtx
index 9350c1c41..aff7512e6 100644
--- a/l3kernel/l3fp-extended.dtx
+++ b/l3kernel/l3fp-extended.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-extended} package\\
+% The \pkg{l3fp-extended} module\\
% Manipulating numbers with extended precision, for internal use^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-functions.dtx b/l3kernel/l3fp-functions.dtx
index 3ed473a09..1a0c33b62 100644
--- a/l3kernel/l3fp-functions.dtx
+++ b/l3kernel/l3fp-functions.dtx
@@ -30,7 +30,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-functions} package\\ Floating point functions^^A
+% The \pkg{l3fp-functions} module\\ Floating point functions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-logic.dtx b/l3kernel/l3fp-logic.dtx
index 004290b05..965858c85 100644
--- a/l3kernel/l3fp-logic.dtx
+++ b/l3kernel/l3fp-logic.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-logic} package\\
+% The \pkg{l3fp-logic} module\\
% Floating point conditionals^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-parse.dtx b/l3kernel/l3fp-parse.dtx
index 0bc686190..ee5d17d06 100644
--- a/l3kernel/l3fp-parse.dtx
+++ b/l3kernel/l3fp-parse.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-parse} package\\
+% The \pkg{l3fp-parse} module\\
% Floating point expression parsing^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-random.dtx b/l3kernel/l3fp-random.dtx
index 28a9d11dd..5a94a43c3 100644
--- a/l3kernel/l3fp-random.dtx
+++ b/l3kernel/l3fp-random.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-random} package\\
+% The \pkg{l3fp-random} module\\
% Floating point random numbers
% }
% \author{^^A
diff --git a/l3kernel/l3fp-round.dtx b/l3kernel/l3fp-round.dtx
index 4fbc39292..074f47743 100644
--- a/l3kernel/l3fp-round.dtx
+++ b/l3kernel/l3fp-round.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-round} package\\ Rounding floating points^^A
+% The \pkg{l3fp-round} module\\ Rounding floating points^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-symbolic.dtx b/l3kernel/l3fp-symbolic.dtx
index 596eb65a2..51c60d527 100644
--- a/l3kernel/l3fp-symbolic.dtx
+++ b/l3kernel/l3fp-symbolic.dtx
@@ -30,7 +30,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-symbolic} package\\ Symbolic expressions^^A
+% The \pkg{l3fp-symbolic} module\\ Symbolic expressions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp-traps.dtx b/l3kernel/l3fp-traps.dtx
index e2ce4ea35..a13e562a4 100644
--- a/l3kernel/l3fp-traps.dtx
+++ b/l3kernel/l3fp-traps.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-traps} package\\
+% The \pkg{l3fp-traps} module\\
% Trapping floating-point exceptions^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-trig.dtx b/l3kernel/l3fp-trig.dtx
index 9c329e4b9..91908c768 100644
--- a/l3kernel/l3fp-trig.dtx
+++ b/l3kernel/l3fp-trig.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-trig} package\\
+% The \pkg{l3fp-trig} module\\
% Floating point trigonometric functions^^A
% }
% \author{^^A
diff --git a/l3kernel/l3fp-types.dtx b/l3kernel/l3fp-types.dtx
index 46fe0c19c..73b10f392 100644
--- a/l3kernel/l3fp-types.dtx
+++ b/l3kernel/l3fp-types.dtx
@@ -30,7 +30,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3fp-types} package\\ Floating point types^^A
+% The \pkg{l3fp-types} module\\ Floating point types^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 3da05f4d1..daa0665a4 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -37,7 +37,7 @@
%
%
% \title{^^A
-% The \pkg{l3fp} package\\ Floating points^^A
+% The \pkg{l3fp} module\\ Floating points^^A
% }
%
% \author{^^A
@@ -1567,7 +1567,7 @@
%
% \section{Disclaimer and roadmap}
%
-% The package may break down if the escape character is among
+% This module may break down if the escape character is among
% |0123456789_+|, or if it receives a \TeX{} primitive conditional affected
% by \cs{exp_not:N}.
%
diff --git a/l3kernel/l3fparray.dtx b/l3kernel/l3fparray.dtx
index 61c5fce74..ae3fb1c69 100644
--- a/l3kernel/l3fparray.dtx
+++ b/l3kernel/l3fparray.dtx
@@ -32,7 +32,7 @@
%
%
% \title{^^A
-% The \pkg{l3fparray} package\\ Fast global floating point arrays^^A
+% The \pkg{l3fparray} module\\ Fast global floating point arrays^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index b3282ff9d..4c415422d 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3int} package\\ Integers^^A
+% The \pkg{l3int} module\\ Integers^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3intarray.dtx b/l3kernel/l3intarray.dtx
index 130da0503..ac059aa37 100644
--- a/l3kernel/l3intarray.dtx
+++ b/l3kernel/l3intarray.dtx
@@ -32,7 +32,7 @@
%
%
% \title{^^A
-% The \pkg{l3intarray} package\\ Fast global integer arrays^^A
+% The \pkg{l3intarray} module\\ Fast global integer arrays^^A
% }
%
% \author{^^A
@@ -151,7 +151,7 @@
% $2^{30}-1$). In contrast to \pkg{l3seq} sequences the access to
% individual entries is done in constant time rather than linear time,
% but only integers can be stored. More precisely, the primitive
-% \tn{fontdimen} stores dimensions but the \pkg{l3intarray} package
+% \tn{fontdimen} stores dimensions but the \pkg{l3intarray} module
% transparently converts these from/to integers. Assignments are always
% global.
%
diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index b9602fd17..45d53ac5c 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3kernel-functions} package\\ Kernel-reserved functions^^A
+% The \pkg{l3kernel-functions} module\\ Kernel-reserved functions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 82c3036cf..6ee14481b 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3keys} package\\ Key--value interfaces^^A
+% The \pkg{l3keys} module\\ Key--value interfaces^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3legacy.dtx b/l3kernel/l3legacy.dtx
index 2311d28bb..3381ba8fc 100644
--- a/l3kernel/l3legacy.dtx
+++ b/l3kernel/l3legacy.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3legacy} package\\ Interfaces to legacy concepts^^A
+% The \pkg{l3legacy} module\\ Interfaces to legacy concepts^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index d3be98cb5..5da1082df 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3luatex} package\\ \LuaTeX-specific functions^^A
+% The \pkg{l3luatex} module\\ \LuaTeX-specific functions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index f9c4dd994..7c9770b07 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3msg} package\\ Messages^^A
+% The \pkg{l3msg} module\\ Messages^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index c1478161d..5e20241c8 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3names} package\\ Namespace for primitives^^A
+% The \pkg{l3names} module\\ Namespace for primitives^^A
% }
%
% \author{^^A
@@ -117,7 +117,7 @@
%<*names|package>
% \end{macrocode}
%
-% In the current incarnation of this package, all \TeX{} primitives
+% In the current incarnation of this module, all \TeX{} primitives
% are given a new name of the form |\tex_|\emph{oldname}|:D|.
% But first three special cases which have symbolic original names.
% These are given modified new names, so that they may be entered
diff --git a/l3kernel/l3pdf.dtx b/l3kernel/l3pdf.dtx
index 09013a7a7..70685d8fd 100644
--- a/l3kernel/l3pdf.dtx
+++ b/l3kernel/l3pdf.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3pdf} package\\ Core PDF support^^A
+% The \pkg{l3pdf} module\\ Core PDF support^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 668bf41d0..13676267e 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3prg} package\\ Control structures^^A
+% The \pkg{l3prg} module\\ Control structures^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 91e8c07fb..51693e627 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3prop} package\\ Property lists^^A
+% The \pkg{l3prop} module\\ Property lists^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index 10fa3584a..30745de9b 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3quark} package\\ Quarks and scan marks^^A
+% The \pkg{l3quark} module\\ Quarks and scan marks^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index 900a1c2c8..5a40dbb4b 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3regex} package\\ Regular expressions in \TeX{}^^A
+% The \pkg{l3regex} module\\ Regular expressions in \TeX{}^^A
% }
%
% \author{^^A
@@ -52,7 +52,7 @@
% {\begin{itemize}\def\\{\char`\\}\def\makelabel##1{\hss\llap{\ttfamily##1}}}
% {\end{itemize}}
%
-% The \pkg{l3regex} package provides regular expression testing,
+% The \pkg{l3regex} module provides regular expression testing,
% extraction of submatches, splitting, and replacement, all acting
% on token lists. The syntax of regular expressions is mostly a subset
% of the \textsc{pcre} syntax (and very close to \textsc{posix}),
diff --git a/l3kernel/l3seq.dtx b/l3kernel/l3seq.dtx
index c32985545..d97c299a7 100644
--- a/l3kernel/l3seq.dtx
+++ b/l3kernel/l3seq.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3seq} package\\ Sequences and stacks^^A
+% The \pkg{l3seq} module\\ Sequences and stacks^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index cac06a49e..9b8c4e03f 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -32,7 +32,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3skip} package\\ Dimensions and skips^^A
+% The \pkg{l3skip} module\\ Dimensions and skips^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3sort.dtx b/l3kernel/l3sort.dtx
index ab7531a31..eb8bd021a 100644
--- a/l3kernel/l3sort.dtx
+++ b/l3kernel/l3sort.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3sort} package\\ Sorting functions^^A
+% The \pkg{l3sort} module\\ Sorting functions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3str-convert.dtx b/l3kernel/l3str-convert.dtx
index ff4cacf86..7c3d2ac20 100644
--- a/l3kernel/l3str-convert.dtx
+++ b/l3kernel/l3str-convert.dtx
@@ -32,7 +32,7 @@
%
%
% \title{^^A
-% The \pkg{l3str-convert} package\\ String encoding conversions^^A
+% The \pkg{l3str-convert} module\\ String encoding conversions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index fa26d5342..10bc9db24 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3str} package\\ Strings^^A
+% The \pkg{l3str} module\\ Strings^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 8ae4bbb18..1e978be0c 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3sys} package\\ System/runtime functions^^A
+% The \pkg{l3sys} module\\ System/runtime functions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index b09f9f210..3e6f4baf3 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3text-case} package\\ Text processing (case changing)^^A
+% The \pkg{l3text-case} module\\ Text processing (case changing)^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3text-map.dtx b/l3kernel/l3text-map.dtx
index 6dbb1a995..fdf68c5f5 100644
--- a/l3kernel/l3text-map.dtx
+++ b/l3kernel/l3text-map.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3text-map} package\\ Text processing (mapping)^^A
+% The \pkg{l3text-map} module\\ Text processing (mapping)^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3text-purify.dtx b/l3kernel/l3text-purify.dtx
index 854cbb7e2..73ada637d 100644
--- a/l3kernel/l3text-purify.dtx
+++ b/l3kernel/l3text-purify.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3text-purify} package\\ Text processing (purification)^^A
+% The \pkg{l3text-purify} module\\ Text processing (purification)^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3text.dtx b/l3kernel/l3text.dtx
index d47eb5982..d6321438a 100644
--- a/l3kernel/l3text.dtx
+++ b/l3kernel/l3text.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3text} package\\ Text processing^^A
+% The \pkg{l3text} module\\ Text processing^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3tl-analysis.dtx b/l3kernel/l3tl-analysis.dtx
index 14d7bcacb..63bb4ed90 100644
--- a/l3kernel/l3tl-analysis.dtx
+++ b/l3kernel/l3tl-analysis.dtx
@@ -32,7 +32,7 @@
%
%
% \title{^^A
-% The \pkg{l3tl-analysis} package\\ Analysing token lists^^A
+% The \pkg{l3tl-analysis} module\\ Analysing token lists^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3tl-build.dtx b/l3kernel/l3tl-build.dtx
index ad8e56b73..d14d8533b 100644
--- a/l3kernel/l3tl-build.dtx
+++ b/l3kernel/l3tl-build.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3tl-build} package\\ Piecewise \texttt{tl} constructions^^A
+% The \pkg{l3tl-build} module\\ Piecewise \texttt{tl} constructions^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index 682f2cdcf..48b64ccd3 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3tl} package\\ Token lists^^A
+% The \pkg{l3tl} module\\ Token lists^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 30ae67a20..203a6b7e7 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3token} package\\ Token manipulation^^A
+% The \pkg{l3token} module\\ Token manipulation^^A
% }
%
% \author{^^A
diff --git a/l3kernel/l3unicode.dtx b/l3kernel/l3unicode.dtx
index f2b1983c4..c94f00fb8 100644
--- a/l3kernel/l3unicode.dtx
+++ b/l3kernel/l3unicode.dtx
@@ -31,7 +31,7 @@
% \fi
%
% \title{^^A
-% The \pkg{l3unicode} package\\ Unicode support functions^^A
+% The \pkg{l3unicode} module\\ Unicode support functions^^A
% }
%
% \author{^^A
More information about the latex3-commits
mailing list.