]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/hooks.texi
More doc for debug-on-event.
[gnu-emacs] / doc / lispref / hooks.texi
index 6e2cac9c06571d9ad2dba6e9b659b95364b95698..ef3ebc4be3523df2605391d10a42f1b200776301 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990-1993, 1998, 2001-2011  Free Software Foundation, Inc.
+@c Copyright (C) 1990-1993, 1998, 2001-2012  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/hooks
 @node Standard Hooks, Index, Standard Keymaps, Top
@@ -127,6 +127,9 @@ not exactly a hook, but does a similar job.
 @xref{Calendar Customizing,,, emacs}.
 @end ifnottex
 
+@item change-major-mode-after-body-hook
+@xref{Mode Hooks}.
+
 @item change-major-mode-hook
 @xref{Creating Buffer-Local}.
 
@@ -292,9 +295,15 @@ Manual}.
 @item post-command-hook
 @xref{Command Overview}.
 
+@item post-self-insert-hook
+@xref{Keymaps and Minor Modes}.
+
 @item pre-command-hook
 @xref{Command Overview}.
 
+@item prog-mode-hook
+@xref{Basic Major Modes}.
+
 @item resume-tty-functions
 @xref{Suspending Emacs}.