Mercurial > emacs
changeset 101259:7b78c1f3ecae
(Standard Hooks): Document `suspend-tty-functions' and `resume-tty-functions'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 17 Jan 2009 18:44:33 +0000 |
parents | d9c57f926a95 |
children | 43061c3d50a7 |
files | doc/lispref/hooks.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/hooks.texi Sat Jan 17 18:43:59 2009 +0000 +++ b/doc/lispref/hooks.texi Sat Jan 17 18:44:33 2009 +0000 @@ -292,6 +292,9 @@ @item redisplay-end-trigger-functions @xref{Window Hooks}. +@item resume-tty-functions +@xref{Suspending Emacs}. + @item scheme-indent-function @item suspend-hook @@ -300,6 +303,9 @@ @item suspend-resume-hook @xref{Suspending Emacs}. +@item suspend-tty-functions +@xref{Suspending Emacs}. + @item temp-buffer-setup-hook @xref{Temporary Displays}.