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:
parent
20cb6c9b32
commit
0ed8034edc
@ -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'.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user