mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
(Standard Hooks): Most minor modes have mode hooks too.
This commit is contained in:
parent
ec1e11a9a4
commit
be051bc0e6
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue