summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tools/array.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/array.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tools/array.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/tools/array.dtx b/Master/texmf-dist/source/latex/tools/array.dtx
index f86accccbbc..a94d171ddd9 100644
--- a/Master/texmf-dist/source/latex/tools/array.dtx
+++ b/Master/texmf-dist/source/latex/tools/array.dtx
@@ -27,6 +27,10 @@
%<+package>\ProvidesPackage{array}
%<+package> [2005/08/23 v2.4b Tabular extension package (FMi)]
%
+% *** 2008/09/06 Heiko Oberdiek, project `latex-tds': ***
+% *** The description of \arraybackslash is fixed, ***
+% *** see LaTeX bug report `tools/4044'. ***
+%
% \fi
%
% \CheckSum{1115}
@@ -1939,8 +1943,8 @@
%
% \begin{macro}{\arraybackslash}
% \changes{v2.4a}{2003/12/17}{(DPC) Macro added (from tabularx)}
-% Restore |\\| for use in array and tabular environment (after
-% |\raggedright| etc.).
+% Restore =\\= for use in array and tabular environment (after
+% =\raggedright= etc.).
% \begin{macrocode}
\def\arraybackslash{\let\\\tabularnewline}
% \end{macrocode}