aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKaroly Lorentey2005-07-11 00:12:27 +0000
committerKaroly Lorentey2005-07-11 00:12:27 +0000
commit6d93dbff63af619cc2e89d455fe92e5cd950a307 (patch)
tree5b635a1763e94c98b73abe1b9ac5e565aa4f7142 /src
parent7e59217d2639c9913c2c76cd9d9825dabe78251a (diff)
downloademacs-6d93dbff63af619cc2e89d455fe92e5cd950a307.tar.gz
emacs-6d93dbff63af619cc2e89d455fe92e5cd950a307.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index b2cba6a2665..14396a0c1d2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3337,8 +3337,8 @@ device.
3337`resume-tty' does nothing if it is called on a device that is not 3337`resume-tty' does nothing if it is called on a device that is not
3338suspended. 3338suspended.
3339 3339
3340TTY may be a display id, a frame, or nil for the display device of the 3340TTY may be a display device id, a frame, or nil for the display device
3341currently selected frame. */) 3341of the currently selected frame. */)
3342 (tty) 3342 (tty)
3343 Lisp_Object tty; 3343 Lisp_Object tty;
3344{ 3344{