summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/doc.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
committerKarl Berry <karl@freefriends.org>2014-11-04 23:35:12 +0000
commita60e31b8abec7099c8e6dc5004b173897e28f34f (patch)
tree8c27c6351041ec3a1b3d176f8246e9e4fd10f813 /Master/texmf-dist/source/latex/base/doc.dtx
parentdbe0dfa8444b80708600bb095b9506d3c471a4a9 (diff)
latex2e multicol+doc (4nov14)
git-svn-id: svn://tug.org/texlive/trunk@35512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/doc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/doc.dtx17
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/base/doc.dtx b/Master/texmf-dist/source/latex/base/doc.dtx
index 2b98a6b0e71..ff04e40869d 100644
--- a/Master/texmf-dist/source/latex/base/doc.dtx
+++ b/Master/texmf-dist/source/latex/base/doc.dtx
@@ -1,7 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
-% 2006 2007 2008 2009 2010
+% Copyright 1993-2014
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -36,7 +35,7 @@
%<+package|shortvrb>\NeedsTeXFormat{LaTeX2e}[1994/12/01]
%<+package> \ProvidesPackage{doc}
%<+shortvrb>\ProvidesPackage{shortvrb}
-%<+package|shortvrb> [2010/02/04 v2.1e
+%<+package|shortvrb> [2014/09/29 v2.1e
%<+package|shortvrb> Standard LaTeX documentation package (FMi)]
%\catcode`\<=12
%
@@ -1247,7 +1246,7 @@
% The first thing that we do next is to get ourselves a new comment
% sign. Because all sensible signs are already occupied, we will
% choose one that can only be entered indirectly:
-% {\DoNotIndex{\^}^^A avoid misinterpretion !!!!! VERIFY
+% {\DoNotIndex{\^}^^A avoid misinterpretation !!!!! VERIFY
% \begin{macrocode}
\catcode`\^^A=14
% \end{macrocode}
@@ -2086,9 +2085,9 @@
% \changes{v1.8b}{1993/09/21}{Changed to conform to new LaTeX \cs{verb}}
% We re-define "\verb" to check for newlines in its argument since a
% missing delimiter is difficult to detect in \DOC{} source.
-% The code is the saem as in latex.tex of September 19, 1993.
+% The code is the same as in \texttt{latex.tex} of September 19, 1993.
% Perhaps there should be a font-changing
-% hook rather than just using "\tt", but if so it probably should be
+% hook rather than just using "\ttfamily", but if so it probably should be
% different from "\MacroFont" since that normally includes "\small"
% and would look wrong inline.
% \changes{v1.7a}{1992/02/28}{Added math mode check (from verbatim.sty)}
@@ -2357,7 +2356,7 @@
% \begin{macro}{\endmacro}
% \begin{macro}{\endenvironment}
% Older releases of this environment omit the |\endgroup| token,
-% when being nested. This was done to avoid unnessary stack usage.
+% when being nested. This was done to avoid unnecessary stack usage.
% However it does not work if \textsf{macro} and
% \textsf{environment} environments are mixed, therefore we now
% use a simpler approach.
@@ -3858,7 +3857,7 @@
% find out about change entries at outer level}
% If the macro "\saved@macroname" doesn't contain any macro name
% (ie is empty) the current changes entry was done at top-level.
-% In this case we preceed it by "\generalname".
+% In this case we precede it by "\generalname".
% \begin{macrocode}
\ifx\saved@macroname\@empty
\space
@@ -4130,7 +4129,7 @@
% disadvantage of this method was that |\meta| was neither robust
% nor could it be |\protect|ed. The new implementation fixes this
% problem by defining |\meta| in a radically different way: we
-% prevent hypenation by defining a |\language| which has no
+% prevent hyphenation by defining a |\language| which has no
% patterns associated with it and use this to typeset the words
% within the angle brackets.
% \changes{v2.0i}{2000/05/21}{New implementation (pr/3170)}