From 589b2bbbbe4f7b760ef3abbc07feb57e72636d2a Mon Sep 17 00:00:00 2001 From: PhelypeOleinik Date: Sat, 7 Aug 2021 00:48:53 -0300 Subject: [PATCH] Minor rewording [ci skip] --- base/lthooks.dtx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/lthooks.dtx b/base/lthooks.dtx index 000d7d419..96ab79c4b 100644 --- a/base/lthooks.dtx +++ b/base/lthooks.dtx @@ -335,8 +335,9 @@ % or if the \meta{hook} does not exist, a warning is issued when % you attempt to \cs{RemoveFromHook}, and the command is ignored. % \cs{RemoveFromHook} should be used when you know exactly what -% labels are in a hook, usually added and removed within the same -% package. If you want to prevent the execution of code from another +% labels are in a hook, usually some code is added to a hook, and +% later removed by that same package +% If you want to prevent the execution of code from another % package, use the |voids| rule instead (see section~\ref{sec:rules}). % % If the optional \meta{label} argument is \texttt{*}, then all code chunks are