# HG changeset patch # User Luc Teirlinck # Date 1114476642 0 # Node ID 3ba1f5fe6274c596ded1d8d277e9a09e230838eb # Parent efc5309456209b27b5952a8802e1daaf3d467b6e (Standard Hooks): Most minor modes have mode hooks too. diff -r efc530945620 -r 3ba1f5fe6274 lispref/hooks.texi --- 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