[latex3-commits] [git/LaTeX3-latex3-latex2e] gh337: Update docstrip.dtx with some documentation fixes (8885f85f)
Johannes Braams
texniek at braams.xs4all.nl
Sat Jul 11 22:57:22 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh337
Link : https://github.com/latex3/latex2e/commit/8885f85f552a628e36436a041a43df0a88408de1
>---------------------------------------------------------------
commit 8885f85f552a628e36436a041a43df0a88408de1
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date: Sat Jul 11 22:57:22 2020 +0200
Update docstrip.dtx with some documentation fixes
>---------------------------------------------------------------
8885f85f552a628e36436a041a43df0a88408de1
base/docstrip.dtx | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/base/docstrip.dtx b/base/docstrip.dtx
index ee037470..a0a06311 100644
--- a/base/docstrip.dtx
+++ b/base/docstrip.dtx
@@ -31,7 +31,7 @@
\def\filename{docstrip.dtx}
\def\fileversion{v2.6a}
\def\filedate{2020-07-07}
-\def\docdate {2020-07-07}
+\def\docdate {2020-07-11}
%%
%
%\iffalse
@@ -796,7 +796,7 @@
% system, this requires a convention for indicating which functions
% in a code-level module are public and which are private.
%
-% Using \textsf{l3docstrip} allows internal functions to be indicated
+% Using \ds\ allows internal functions to be indicated
% using a `two part' system. Within the \texttt{.dtx} file,
% internal functions may be indicated using |@@| in place of the
% module name, for example
@@ -808,10 +808,10 @@
% \tl_new:N \l_@@_internal_tl
% \end{verbatim}
%
-% To extract the code using \textsf{l3docstrip}, the `guard'
-% concept used by \textsf{DocStrip} is extended by introduction of
-% the syntax \texttt{\%<@@=\meta{module}>}. The \meta{module} name
-% then replaces the |@@| when the code is extracted, so that
+% To extract the code using \ds, the original `guard'
+% mecahnism is extended by the introduction of the syntax
+% \texttt{\%<@@=\meta{module}>}. The \meta{module} name then
+% replaces the |@@| when the code is extracted, so that
% \begin{verbatim}
% %<*package>
% %<@@=foo>
@@ -906,7 +906,7 @@
%
% \subsection{Verbatim mode}
% If your programming language uses some construct that can
-% interferes badly with \ds\ (e.g., percent in column one) you may
+% interfere badly with \ds\ (e.g., percent in column one) you may
% need a way for preventing it from being stripped off. For that
% purpose \ds\ features `verbatim mode'.
%
@@ -2778,7 +2778,7 @@ Z
% such that all three end up the same in the output. The string
% |@@@@| is hidden from these replacements by temporarily turning
% it into a pair of letters with different category codes, not
-% produced by \textsf{docstrip}; this allows to get |@@| in the
+% produced by \ds; this allows to get |@@| in the
% output. The replacement function is initialised as a do-nothing
% for the case where |%<@@=| is never seen.
% \begin{macrocode}
@@ -2818,7 +2818,7 @@ Z
% The code here is a simple search-and-replace routine for a macro
% |#1|, replacing |#2| by |#3|. As set up here, there is an
% assumption that nothing is going to be expandable, which is
-% reasonable as \textsf{l3docstrip} deals with `string' material.
+% reasonable as \ds\ deals with `string' material.
% \begin{macrocode}
\long\def\replaceAllIn#1#2#3{%
\long\def\tempa##1##2#2{%
More information about the latex3-commits
mailing list.