summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/docstrip.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/docstrip.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/docstrip.dtx33
1 files changed, 17 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/base/docstrip.dtx b/Master/texmf-dist/source/latex/base/docstrip.dtx
index ab107aecf86..9cc300b15c6 100644
--- a/Master/texmf-dist/source/latex/base/docstrip.dtx
+++ b/Master/texmf-dist/source/latex/base/docstrip.dtx
@@ -29,9 +29,9 @@
\catcode`\{=1
\catcode`\}=2
\def\filename{docstrip.dtx}
-\def\fileversion{2.5d}
-\def\filedate{2005/07/29}
-\def\docdate {2014/04/19}
+\def\fileversion{2.5e}
+\def\filedate{2014/09/29}
+\def\docdate {2014/09/29}
% \CheckSum{2439}
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -191,7 +191,7 @@
% that such programs may take longer than expected to run because
% \TeX\ is an interpreter and has to decide for each line of the
% program file what it has to do with it. Therefore, \TeX\ programs
-% may be speeded up by removing all comments from them.
+% may be sped up by removing all comments from them.
%
% By removing the comments from a \TeX\ program a new problem is
% introduced. We now have two versions of the program and both of
@@ -350,7 +350,7 @@
%\end{verbatim}
% in my config file''. The answer is |\UseTDS|. This macro causes
% \ds{} to use labels themselves for any directory you haven't
-% overriden with |\DeclareDir|. The default behaviour is to raise
+% overridden with |\DeclareDir|. The default behaviour is to raise
% an error on undefined labels because some users may want to know
% exactly where files go and not to allow \ds{} to write to random
% places. However I (MW) think this is pretty cool and my
@@ -609,7 +609,7 @@
% |\askonceonly|. This means that after the first time the batchfile
% asks the user a question, the user is given an option of to change
% the behaviour so that `yes' will be automatically assumed for all
-% future questions. This applies to any use of the \ds{} commamnd
+% future questions. This applies to any use of the \ds{} command
% |\Ask| including, but not restricted to, the file overwrite
% questions controlled by |\askforoverwritetrue|.
%
@@ -704,7 +704,7 @@
% \subsubsection{Supporting old interface}
%
% \DescribeMacro{\generateFile}
-% Here is the old syntax for specifing what files are to be
+% Here is the old syntax for specifying what files are to be
% generated. It allows specification of just one output file.
% \begin{quote}
% |\generateFile{|\meta{output}|}{|\meta{ask}|}{|[|\from{|^^A
@@ -810,11 +810,11 @@
%
% \subsection{Stuff \ds\ puts in every file}
% First problem when producing files in ``other'' languages is that
-% \ds\ adds some bits to the begining and end of every generated
+% \ds\ adds some bits to the beginning and end of every generated
% file that may not fit with the syntax of the language in
% question. So we'll study carefully what exactly goes where.
%
-% The whole text put on begining of file is kept in a macro defined
+% The whole text put on beginning of file is kept in a macro defined
% by |\declarepreamble|. Every line of input presented to
% |\declarepreamble| is prepended with current value of
% |\MetaPrefix|. Standard \ds\ header is inserted before your text,
@@ -1338,7 +1338,7 @@ Z
% \begin{macro}{\MetaPrefix}
% To be able to display percent-signs on the terminal, a
% \texttt{\%} with category code 12 is stored in |\perCent| and
-% |\DoubleperCent|. The macro |\MetaPrefix| is put on begining of
+% |\DoubleperCent|. The macro |\MetaPrefix| is put on beginning of
% every meta-comment line. It is defined indirect way since some
% applications need redefining it.
% \begin{macrocode}
@@ -1741,7 +1741,7 @@ Z
\Ask\noprompt{%
By default you will be asked this question for every file.^^J%
If you enter `y' now,^^J%
- I will asssume `y' for all future questions^^J%
+ I will assume `y' for all future questions^^J%
without prompting.}%
\ifx\y\noprompt\let\noprompt\yes\fi
\ifx\yes\noprompt\gdef\Ask####1####2{\def####1{y}}\fi}}
@@ -1837,7 +1837,7 @@ Z
% \begin{macro}{\uptospace}
% \changes{2.3c}{1995/08/24}{Macro added}
% This macro extracts from its argument delimited with |\qStop|
-% part up to first occurence of space.
+% part up to first occurrence of space.
% \begin{macrocode}
\def\uptospace#1 #2\qStop{#1}
% \end{macrocode}
@@ -3426,7 +3426,7 @@ in the same archive or directory.)
% add |\usepreamble\originaldefault| to your .ins files.
% Note then that your file can not be included in most TeX distributions
% on CD which are distributed `pre-installed' with all \LaTeX\ files
-% extracted form th edocumented sources and moved to a suitable
+% extracted form the documented sources and moved to a suitable
% directory in \TeX's search path.
% \begin{macrocode}
\declarepreamble\originaldefault
@@ -3493,7 +3493,7 @@ for copying and modification in the file \inFileName.
% \subsection{Support for writing to specified directories}
%
% As we've seen before every output file is written to directory
-% specifed by the value of |\destdir| current at the moment of
+% specified by the value of |\destdir| current at the moment of
% this file's |\file| declaration.
%
% \begin{macro}{\usedir}
@@ -3515,7 +3515,7 @@ for copying and modification in the file \inFileName.
% \begin{macro}{\BaseDirectory}
% \changes{2.3e}{1995/09/15}{Macro added}
% \changes{2.4e}{1996/10/22}{\cs{@setwritetodir} added (DPC)}
-% This is config file command for specifing root directory of the
+% This is config file command for specifying root directory of the
% \TeX{} hierarchy. It enables the whole directory
% selecting mechanism by redefining |\usedir|.
% First make sure that the directory syntax commands have been set
@@ -4100,9 +4100,10 @@ for copying and modification in the file \inFileName.
* Finally give the list of input file(s) without \space\space*}%
% \end{macrocode}
% the name of the input file or a list of names, separated by commas.
+% \changes{2.5e}{2014/09/29}{Typo in \cs{Ask} argument fixed}
% \begin{macrocode}
\Ask\filelist{%
- * extension seperated by commas if necessary %
+ * extension separated by commas if necessary %
\space\space\space\space: *}%
\Msg{****************************************************^^J}}%
% \end{macrocode}