[latex3-commits] [latex3/latex3] main: Mention DocStrip instead of l3docstrip (a720891bc)

github at latex-project.org github at latex-project.org
Thu Jan 11 18:45:50 CET 2024


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

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

commit a720891bc535c77103b0f9515651c80abb4002b7
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Fri Jan 12 01:37:52 2024 +0800

    Mention DocStrip instead of l3docstrip


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

a720891bc535c77103b0f9515651c80abb4002b7
 l3kernel/doc/l3styleguide.tex         | 2 +-
 l3kernel/l3doc.dtx                    | 4 ++--
 l3kernel/l3quark.dtx                  | 2 +-
 l3packages/l3doc/examples/testing.dtx | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3kernel/doc/l3styleguide.tex b/l3kernel/doc/l3styleguide.tex
index c66e0df5d..d2e46f56c 100644
--- a/l3kernel/doc/l3styleguide.tex
+++ b/l3kernel/doc/l3styleguide.tex
@@ -187,7 +187,7 @@ The only exception is where a \enquote{family} of modules share some
 Any internal functions or variables \emph{must} be documented in the same way
 as public ones.
 
-The \pkg{l3docstrip} method should be used for internal functions in a module.
+The \pkg{DocStrip} method should be used for internal functions in a module.
 This requires a line
 \begin{quote}
   \ttfamily
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 29a06e7e8..9c37a78d1 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -330,7 +330,7 @@ and all files in that bundle must be distributed together.
 %   it doesn't rely on catcodes being \enquote{correct} and is therefore
 %   recommended.
 %
-%   These commands are aware of the |@@| \pkg{l3docstrip} syntax and
+%   These commands are aware of the |@@| \pkg{DocStrip} syntax and
 %   replace such instances correctly in the typeset documentation.
 %   This only happens after a |%<@@=|\meta{module}|>| declaration.
 %
@@ -351,7 +351,7 @@ and all files in that bundle must be distributed together.
 %       main index.  By default, the \meta{module} is deduced
 %       automatically from the command name.
 %     \item |replace| is a boolean key (\texttt{true} by default) which
-%       indicates whether to replace |@@| as \pkg{l3docstrip} does.
+%       indicates whether to replace |@@| as \pkg{DocStrip} does.
 %   \end{itemize}
 %   These commands allow hyphenation of control sequences after (most) underscores.
 %   By default, a hyphen is used to mark the hyphenation, but this can be changed with
diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index 80b953353..f499b135f 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -970,7 +970,7 @@
 %   Can't use \cs{scan_new:N} yet because \pkg{l3tl} isn't loaded,
 %   so define \cs{s_stop} by hand and add it to \cs{g_@@_marks_tl}.
 %   We also add the scan marks declared earlier to the pool here.
-%   Since they lives in a different namespace, a little \pkg{l3docstrip}
+%   Since they lives in a different namespace, a little \pkg{DocStrip}
 %   cheating is necessary.
 %    \begin{macrocode}
 \cs_new_eq:NN \s_stop \scan_stop:
diff --git a/l3packages/l3doc/examples/testing.dtx b/l3packages/l3doc/examples/testing.dtx
index 5d0713f02..c4c664b39 100644
--- a/l3packages/l3doc/examples/testing.dtx
+++ b/l3packages/l3doc/examples/testing.dtx
@@ -52,7 +52,7 @@
 %   it doesn't rely on catcodes being \enquote{correct} and is therefore
 %   recommended.
 %
-%   These commands are aware of the |@@| \pkg{l3docstrip} syntax and
+%   These commands are aware of the |@@| \pkg{DocStrip} syntax and
 %   replace such instances correctly in the typeset documentation.
 %   This only happens after a |%<@@=|\meta{module}|>| declaration.
 %
@@ -73,7 +73,7 @@
 %       main index.  By default, the \meta{module} is deduced
 %       automatically from the command name.
 %     \item |replace| is a boolean key (\texttt{true} by default) which
-%       indicates whether to replace |@@| as \pkg{l3docstrip} does.
+%       indicates whether to replace |@@| as \pkg{DocStrip} does.
 %   \end{itemize}
 % \end{function}
 %





More information about the latex3-commits mailing list.