/[emacs]/emacs/lispref/hooks.texi
ViewVC logotype

Diff of /emacs/lispref/hooks.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by lute, Sun Apr 3 13:53:56 2005 UTC revision 1.20 by teirllm, Tue Apr 26 00:50:42 2005 UTC
# Line 19  to put a new function on such a hook is Line 19  to put a new function on such a hook is
19  Every major mode defines a mode hook named  Every major mode defines a mode hook named
20  @samp{@var{modename}-mode-hook}.  The major mode command runs this  @samp{@var{modename}-mode-hook}.  The major mode command runs this
21  normal hook with @code{run-mode-hooks} as the very last thing it does.  normal hook with @code{run-mode-hooks} as the very last thing it does.
22  @xref{Mode Hooks}.  Mode hooks are omitted in the list below.  @xref{Mode Hooks}.  Most minor modes have mode hooks too.  Mode hooks
23    are omitted in the list below.
24    
25  The variables whose names end in @samp{-hooks} or @samp{-functions} are  The variables whose names end in @samp{-hooks} or @samp{-functions} are
26  usually @dfn{abnormal hooks}; their values are lists of functions, but  usually @dfn{abnormal hooks}; their values are lists of functions, but

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26