changeset 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 03e8c210e9a0
children e408c147f9f5
files doc/lispref/hooks.texi
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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