summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-01-17 16:32:09 +0000
committerEli Zaretskii <eliz@gnu.org>2009-01-17 16:32:09 +0000
commit0ed8034edcbd7ff84230258ef40f031e02fa3c05 (patch)
treeabd7412285b23358b5c323ffdcb437f0849332bb /doc
parent20cb6c9b3298942cf769c5aab9db1f978db5f464 (diff)
downloademacs-0ed8034edcbd7ff84230258ef40f031e02fa3c05.tar.gz
(Standard Hooks): Document `delete-frame-functions' and
`delete-terminal-functions'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog12
-rw-r--r--doc/lispref/hooks.texi7
2 files changed, 19 insertions, 0 deletions
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 <eliz@gnu.org>
+ * 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