diff doc/lispref/hooks.texi @ 101252:49c0bb71637c

(Standard Hooks): Document `delete-frame-functions' and `delete-terminal-functions'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 17 Jan 2009 16:31:50 +0000
parents cb5d2387102c
children 7b78c1f3ecae
line wrap: on
line diff
--- a/doc/lispref/hooks.texi	Sat Jan 17 16:31:21 2009 +0000
+++ b/doc/lispref/hooks.texi	Sat Jan 17 16:31:50 2009 +0000
@@ -121,6 +121,13 @@
 @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