[latex3-commits] [git/LaTeX3-latex3-latex2e] lthooks2: drop obsolete footnote (e3c4feab)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Aug 24 12:13:05 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : lthooks2
Link : https://github.com/latex3/latex2e/commit/e3c4feab9d17a1b03db781898cd4631be7e519b9
>---------------------------------------------------------------
commit e3c4feab9d17a1b03db781898cd4631be7e519b9
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Aug 24 12:13:05 2020 +0200
drop obsolete footnote
>---------------------------------------------------------------
e3c4feab9d17a1b03db781898cd4631be7e519b9
base/lthooks.dtx | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 949859cd..1b94bc31 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -179,10 +179,7 @@
% \begin{syntax}
% \cs{UseHook} \Arg{hook}
% \end{syntax}
-% Execute the hook code inside a command or environment.\footnote{For
-% legacy hooks such as \hook{begindocument} it is also
-% possible to call \cs{@...hook}, e.g., \cs{@begindocumenthook},
-% but this syntax is discouraged.}
+% Execute the hook code inside a command or environment.
%
% Before \verb=\begin{document}= the fast execution code for a hook
% is not set up, so in order to use a hook there it is explicitly
@@ -1125,8 +1122,8 @@
% The few hooks that existed previously in \LaTeXe{} used internally
% commands such as \cs{@begindocumenthook} and packages sometimes
% augemented them directly rather than working through
-% \cs{AtBeginDocumement}. For that reason the is currently support
-% for this, that is if the system detects that such an internal
+% \cs{AtBeginDocumement}. For that reason there is currently support
+% for this, that is, if the system detects that such an internal
% legacy hook command contains code it adds it to the new hook
% system under the label \texttt{legacy} so that it doesn't get
% lost.
More information about the latex3-commits
mailing list.