From 0ed8034edcbd7ff84230258ef40f031e02fa3c05 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 17 Jan 2009 16:32:09 +0000 Subject: [PATCH] (Standard Hooks): Document `delete-frame-functions' and `delete-terminal-functions'. --- doc/lispref/ChangeLog | 12 ++++++++++++ doc/lispref/hooks.texi | 7 +++++++ 2 files changed, 19 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e249c0dde76..a477b43717b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,17 @@ 2009-01-17 Eli Zaretskii + * hooks.texi (Standard Hooks): Document `delete-frame-functions' + and `delete-terminal-functions'. + + * frames.texi (Frames): Document `frame-terminal' and + `terminal-live-p'. + (Multiple Displays): Document `make-frame-on-tty'. + (Multiple Terminals): Document `terminal-list', `delete-terminal', + `terminal-name', and `get-device-terminal'. + + * os.texi (System Environment): Document `environment' and + `initial-environment'. + * nonascii.texi (Coding System Basics): More accurate description of `raw-text'. diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index 73a4168d3bc..40e50512736 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -121,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 -- 2.39.2