changeset 67285:9712592db32f

(Standard Hooks): Add index entries. Mention `compilation-finish-functions'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Dec 2005 12:32:17 +0000
parents f5f54b3e0a2f
children 3cefc8c25f95
files lispref/hooks.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/hooks.texi	Sat Dec 03 12:14:55 2005 +0000
+++ b/lispref/hooks.texi	Sat Dec 03 12:32:17 2005 +0000
@@ -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 @@
 @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.