aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2009-01-22 06:58:10 +0000
committerDan Nicolaescu <[email protected]>2009-01-22 06:58:10 +0000
commitf79b43b27b974084222410a51040a90357a863fb (patch)
tree284321c1f6b4b439203d33ebc0117c475782062f /doc/lispref/frames.texi
parenta078d6e54aad1a36f2cbfdfcea8a8e1763c5400a (diff)
* frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ... * server.el (server-create-tty-frame): ... here. * frames.texi (Multiple Displays): Remove documentation for removed function make-frame-on-tty.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index c953f10f81..3e0367f026 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -205,16 +205,6 @@ the other frame parameters from @var{parameters}. Aside from the
Frames}).
@end deffn
-@deffn Command make-frame-on-tty tty type &optional parameters
-This command creates a text-only frame on another text terminal. The
-argument @var{tty} identifies the terminal device by its file name,
-e.g., @file{/dev/ttys2}, and @var{type} gives the device type as a
-string, e.g., @code{"vt100"}, to use for searching the
-termcap/terminfo database for the entry describing capabilities of the
-device. Optional argument @var{parameters} specifies additional
-parameters for the frame.
-@end deffn
-
@defun x-display-list
This returns a list that indicates which X displays Emacs has a
connection to. The elements of the list are strings, and each one is