]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/hooks.texi
(Completion Styles): New node.
[gnu-emacs] / doc / lispref / hooks.texi
index bdab188b5667b07a9af480dd7e7137b25cd77dce..a72a88830648225a0efdf149fa5bac65d2ce27c6 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2001, 2002, 2003, 2004,
-@c   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+@c   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/hooks
 @node Standard Hooks, Index, Standard Keymaps, Top
@@ -72,6 +72,9 @@ not exactly a hook, but does a similar job.
 @item before-change-functions
 @xref{Change Hooks}.
 
+@item before-hack-local-variables-hook
+@xref{File Local Variables}.
+
 @item before-init-hook
 @xref{Init File}.
 
@@ -118,6 +121,13 @@ Hook called after defining each customize option.
 @item deactivate-mark-hook
 @xref{The Mark}.
 
+@item delete-frame-functions
+Functions to call when Emacs deletes a frame.  @xref{Deleting Frames}.
+
+@item delete-terminal-functions
+Functions to call when Emacs deletes a terminal.  @xref{Multiple
+Terminals}.
+
 @item desktop-after-read-hook
 Normal hook run after a successful @code{desktop-read}.  May be used
 to show a buffer list.  @xref{Saving Emacs Sessions,, Saving Emacs
@@ -181,6 +191,9 @@ for appointment notification.
 @item font-lock-unfontify-buffer-function
 @xref{Other Font Lock Variables}.
 
+@item hack-local-variables-hook
+@xref{File Local Variables}.
+
 @item font-lock-unfontify-region-function
 @xref{Other Font Lock Variables}.
 
@@ -279,6 +292,9 @@ Manual}.
 @item redisplay-end-trigger-functions
 @xref{Window Hooks}.
 
+@item resume-tty-functions
+@xref{Suspending Emacs}.
+
 @item scheme-indent-function
 
 @item suspend-hook
@@ -287,6 +303,9 @@ Manual}.
 @item suspend-resume-hook
 @xref{Suspending Emacs}.
 
+@item suspend-tty-functions
+@xref{Suspending Emacs}.
+
 @item temp-buffer-setup-hook
 @xref{Temporary Displays}.