diff etc/NEWS @ 83891:dab32bc3edc8

* server.el (server-start, server-unload-hook): Undo previous change. * xt-mouse.el: Undo previous change. * term.c (Vsuspend_tty_functions, Vresume_tty_functions) (syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 04 Sep 2007 23:28:49 +0000
parents fbb5919e6afb
children 7a92dcd56a24
line wrap: on
line diff
--- a/etc/NEWS	Tue Sep 04 23:14:37 2007 +0000
+++ b/etc/NEWS	Tue Sep 04 23:28:49 2007 +0000
@@ -236,9 +236,9 @@
 `terminal-parameter', `set-terminal-parameter',
 `modify-terminal-parameters'.
 
-*** New hooks: `suspend-tty-hook' and `resume-tty-hook' 
+*** New hooks: `suspend-tty-functions' and `resume-tty-functions' 
 are called after a tty frame has been suspended or resumed,
-respectively. The hooks are called with the terminal id of the frame
+respectively. The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.
 
 *** New functions: `environment', `let-environment'.