emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog term.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src ChangeLog term.c
Date: Wed, 22 Apr 2009 03:51:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/22 03:51:26

Modified files:
        src            : ChangeLog term.c 

Log message:
        * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
        replacing "terminal id" with "terminal object".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7504&r2=1.7505
http://cvs.savannah.gnu.org/viewcvs/emacs/src/term.c?cvsroot=emacs&r1=1.240&r2=1.241

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7504
retrieving revision 1.7505
diff -u -b -r1.7504 -r1.7505
--- ChangeLog   22 Apr 2009 03:43:06 -0000      1.7504
+++ ChangeLog   22 Apr 2009 03:51:25 -0000      1.7505
@@ -2,8 +2,8 @@
 
        * term.c (Ftty_display_color_p, Ftty_display_color_cells)
        (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty)
-       (Fresume_tty): Doc fixes, replacing "terminal id" with "terminal
-       object".
+       (Fresume_tty, Vsuspend_tty_functions, Vresume_tty_functions): Doc
+       fixes, replacing "terminal id" with "terminal object".
 
 2009-04-21  Kenichi Handa  <address@hidden>
 

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -b -r1.240 -r1.241
--- term.c      22 Apr 2009 03:43:08 -0000      1.240
+++ term.c      22 Apr 2009 03:51:26 -0000      1.241
@@ -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;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]