changeset 61835:3ba1f5fe6274

(Standard Hooks): Most minor modes have mode hooks too.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 26 Apr 2005 00:50:42 +0000
parents efc530945620
children 53c692cad549
files lispref/hooks.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hooks.texi	Mon Apr 25 22:22:51 2005 +0000
+++ b/lispref/hooks.texi	Tue Apr 26 00:50:42 2005 +0000
@@ -19,7 +19,8 @@
 Every major mode defines a mode hook named
 @samp{@var{modename}-mode-hook}.  The major mode command runs this
 normal hook with @code{run-mode-hooks} as the very last thing it does.
-@xref{Mode Hooks}.  Mode hooks are omitted in the list below.
+@xref{Mode Hooks}.  Most minor modes have mode hooks too.  Mode hooks
+are omitted in the list below.
 
 The variables whose names end in @samp{-hooks} or @samp{-functions} are
 usually @dfn{abnormal hooks}; their values are lists of functions, but