summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3final.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3final.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3final.dtx b/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
index b368842dae3..8f1d56ce04f 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3final.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3final.dtx Copyright (C) 1990-2012 The LaTeX3 Project
+%% File: l3final.dtx Copyright (C) 1990-2013 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3final.dtx 4364 2012-12-12 20:30:39Z joseph $
+\GetIdInfo$Id: l3final.dtx 4586 2013-08-22 08:09:53Z joseph $
{L3 Experimental format finalisation}
%</driver|package>
%<*driver>
@@ -82,7 +82,7 @@
%
% \begin{macro}{\par}
% \TeX{} has a nasty habit of inserting a command with the name \cs{par}
-% so we had better make sure that that command at least has a definition.
+% so we had better make sure that \cs{par} has a definition.
% \begin{macrocode}
\cs_set_eq:NN \par \tex_par:D
% \end{macrocode}