diff src/term.c @ 103048:b5e8a934cfd1

* term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes, replacing "terminal id" with "terminal object".
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 22 Apr 2009 03:51:25 +0000
parents 997f1f1cac08
children fa8e2c663118
line wrap: on
line diff
--- a/src/term.c	Wed Apr 22 03:43:06 2009 +0000
+++ b/src/term.c	Wed Apr 22 03:51:25 2009 +0000
@@ -4049,14 +4049,14 @@
 
   DEFVAR_LISP ("suspend-tty-functions", &Vsuspend_tty_functions,
     doc: /* Functions to be run after suspending a tty.
-The functions are run with one argument, the terminal id to be suspended.
+The functions are run with one argument, the terminal object to be suspended.
 See `suspend-tty'.  */);
   Vsuspend_tty_functions = Qnil;
 
 
   DEFVAR_LISP ("resume-tty-functions", &Vresume_tty_functions,
     doc: /* Functions to be run after resuming a tty.
-The functions are run with one argument, the terminal id that was revived.
+The functions are run with one argument, the terminal object that was revived.
 See `resume-tty'.  */);
   Vresume_tty_functions = Qnil;