]> git.eshelyaron.com Git - emacs.git/commitdiff
(Standard Hooks): Document `delete-frame-functions' and
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Jan 2009 16:32:09 +0000 (16:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Jan 2009 16:32:09 +0000 (16:32 +0000)
`delete-terminal-functions'.

doc/lispref/ChangeLog
doc/lispref/hooks.texi

index e249c0dde76aa34324a102ec0031578e249a7d17..a477b43717b281087aee9f7b590fde1c65006a62 100644 (file)
@@ -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'.
 
index 73a4168d3bcca701d1fdbd0ca0495bdf6a0f86d9..40e505127361adc1d6e79b74f0b0598745234488 100644 (file)
@@ -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