From: Luc Teirlinck Date: Tue, 26 Apr 2005 00:50:42 +0000 (+0000) Subject: (Standard Hooks): Most minor modes have mode hooks too. X-Git-Tag: ttn-vms-21-2-B4~746 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be051bc0e6a3dede4e185830d271fb4766030922;p=emacs.git (Standard Hooks): Most minor modes have mode hooks too. --- diff --git a/lispref/hooks.texi b/lispref/hooks.texi index ea7c6605796..d4a559adf37 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -19,7 +19,8 @@ to put a new function on such a hook is to call @code{add-hook}. 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