diff src/term.c @ 83343:ccccb663aed3

Cosmetic changes in server.el. * lisp/server.el: Use `device' instead of `display' or `display-id' in variable and client parameter names. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-383
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 11 Jul 2005 00:12:27 +0000
parents 9216636c02fc
children 7372c2f9daac
line wrap: on
line diff
--- a/src/term.c	Mon Jul 11 00:05:55 2005 +0000
+++ b/src/term.c	Mon Jul 11 00:12:27 2005 +0000
@@ -3337,8 +3337,8 @@
 `resume-tty' does nothing if it is called on a device that is not
 suspended.
 
-TTY may be a display id, a frame, or nil for the display device of the
-currently selected frame. */)
+TTY may be a display device id, a frame, or nil for the display device
+of the currently selected frame. */)
   (tty)
      Lisp_Object tty;
 {