summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltpar.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltpar.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltpar.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltpar.dtx b/Master/texmf-dist/source/latex/base/ltpar.dtx
index 209d23b8542..3b72b43a9cc 100644
--- a/Master/texmf-dist/source/latex/base/ltpar.dtx
+++ b/Master/texmf-dist/source/latex/base/ltpar.dtx
@@ -11,7 +11,7 @@
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
@@ -164,7 +164,6 @@
% itself to the primitive |\@@par| after one iteration.
% \begin{macrocode}
\def\@par{\let\par\@@par\par}
-%</2ekernel>
% \end{macrocode}
% \end{macro}
% \end{macro}
@@ -173,6 +172,7 @@
% Restore from a short-term change to |\par|.
% \begin{macrocode}
\def\@restorepar{\def\par{\@par}}
+%</2ekernel>
% \end{macrocode}
% \end{macro}
%