Index: emacs/lispref/hooks.texi
diff -c emacs/lispref/hooks.texi:1.19 emacs/lispref/hooks.texi:1.20
*** emacs/lispref/hooks.texi:1.19       Sun Apr  3 13:53:56 2005
--- emacs/lispref/hooks.texi    Tue Apr 26 00:50:42 2005
***************
*** 19,25 ****
  Every major mode defines a mode hook named
  @[EMAIL PROTECTED]  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.
  
  The variables whose names end in @samp{-hooks} or @samp{-functions} are
  usually @dfn{abnormal hooks}; their values are lists of functions, but
--- 19,26 ----
  Every major mode defines a mode hook named
  @[EMAIL PROTECTED]  The major mode command runs this
  normal hook with @code{run-mode-hooks} as the very last thing it does.
! @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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to