]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/hooks.texi
More doc for debug-on-event.
[gnu-emacs] / doc / lispref / hooks.texi
index 95655324ab46a297606059f526bfa39e1a5302fa..ef3ebc4be3523df2605391d10a42f1b200776301 100644 (file)
@@ -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}.