Richard Stallman wrote:
It would be good to add some general information about minor mode
hooks, in that paragraph. That would be much better than adding
specific minor mode hooks to the list.
What about the following small patch? I can install if desired.
===File ~/hooks.texi-diff===================================
*** hooks.texi 03 Apr 2005 10:21:26 -0500 1.19
--- hooks.texi 23 Apr 2005 19:00:51 -0500
***************
*** 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}. The same holds for most minor modes. 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-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug