1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(Standard Hooks): Document `delete-frame-functions' and

`delete-terminal-functions'.
This commit is contained in:
Eli Zaretskii 2009-01-17 16:32:09 +00:00
parent 20cb6c9b32
commit 0ed8034edc
2 changed files with 19 additions and 0 deletions

View 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'.

View 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