(Standard Hooks): Add index entries. Mention `compilation-finish-functions'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 12:32:17 +0000 (12:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Dec 2005 12:32:17 +0000 (12:32 +0000)
lispref/hooks.texi

index 795048f..ce671a8 100644 (file)
@@ -6,6 +6,8 @@
 @setfilename ../info/hooks
 @node Standard Hooks, Index, Standard Keymaps, Top
 @appendix Standard Hooks
+@cindex standard hooks
+@cindex hook variables, list of
 
 The following is a list of hook variables that let you provide
 functions to be called from within Emacs on suitable occasions.
@@ -102,6 +104,9 @@ the above conventions.)
 @xref{Options for Comments,, Options Controlling Comments, emacs, the
 GNU Emacs Manual}.
 
+@item compilation-finish-functions
+Functions to call when a compilation process finishes.
+
 @item custom-define-hook
 Hook called after defining each customize option.