[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: a few corrections (e14c0016)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun Sep 12 17:49:29 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : copyedits-chris
Link       : https://github.com/latex3/latex2e/commit/e14c00169a7cb83ddff02713c9ec7b86fb2cc91c

>---------------------------------------------------------------

commit e14c00169a7cb83ddff02713c9ec7b86fb2cc91c
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Sep 12 17:49:29 2021 +0200

    a few corrections


>---------------------------------------------------------------

e14c00169a7cb83ddff02713c9ec7b86fb2cc91c
 base/lthooks.dtx | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 708d2012..3969a2be 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -268,9 +268,7 @@
 %    \Arg{hook} means that it only executes the first time it is used. 
 %    For example, if it is used in a command that can be called several times
 %    then the hook executes during only the \emph{first} invocation of that 
-%    command; this allows its use as an \enquote{initialization hook}
-%
-%    \fmiinline{Last statement is not yet implemented!}
+%    command; this allows its use as an \enquote{initialization hook}.
 %
 %    Mixing \cs{UseHook} and \cs{UseOneTimeHook} for the same
 %    \Arg{hook} should be avoided, but if this is done then neither will execute
@@ -389,7 +387,7 @@
 %
 %    If this declaration is used with a one-time hook then the code 
 %    is only ever used if the declaration comes before the hook’s 
-#    invocation.  This is because, in contrast 
+%    invocation.  This is because, in contrast 
 %    to \cs{AddToHook}, the code in this declaration is not 
 %    executed immediately in the case when the invocation of the hook
 %    has already happened---in other words, this code will truly execute
@@ -890,7 +888,7 @@
 %   \end{quote}
 %   which means that the \meta{relation} applies to \meta{label-1} and
 %   \meta{label-2}, in that order, as detailed in \cs{DeclareHookRule}.
-%   If the relation is \texttt{default} it means that that rule applies
+%   If the relation is \texttt{default} it means that this rule applies
 %   to \meta{label-1} and \meta{label-2} in \emph{all} hooks, (unless
 %   overridden by a non-default relation).
 %
@@ -964,7 +962,7 @@
 %    Like \cs{hook_new:n} but does nothing if the hook was previously
 %    declared with \cs{hook_new:n}.  This declaration should only be used
 %    in special situations, e.g., when a command of another package
-%    needs to be altered and it is is not clear if for that command a
+%    needs to be altered and it is not clear if for that command a
 %    generic \hook{cmd} hook was already explicitly declared before.
 %
 %    Normally \cs{hook_new:n} should be used instead.





More information about the latex3-commits mailing list.