diff lisp/frame.el @ 102843:3bdfb8e7c984

* frame.el (make-frame): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 04 Apr 2009 14:44:10 +0000
parents 191a3121c949
children e1c910297520
line wrap: on
line diff
--- a/lisp/frame.el	Sat Apr 04 14:22:59 2009 +0000
+++ b/lisp/frame.el	Sat Apr 04 14:44:10 2009 +0000
@@ -732,7 +732,7 @@
  (window-system . nil)	The frame should be displayed on a terminal device.
  (window-system . x)	The frame should be displayed in an X window.
 
- (terminal . ID)          The frame should use the terminal identified by ID.
+ (terminal . TERMINAL)  The frame should use the terminal object TERMINAL.
 
 Before the frame is created (via `frame-creation-function-alist'), functions on the
 hook `before-make-frame-hook' are run.  After the frame is created, functions