* frame.el (make-frame): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 4 Apr 2009 14:44:10 +0000 (14:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 4 Apr 2009 14:44:10 +0000 (14:44 +0000)
lisp/ChangeLog
lisp/frame.el

index 7bd468c..378108d 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.el (make-frame): Doc fix.
+
 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
index 1576ae7..5bdc582 100644 (file)
@@ -732,7 +732,7 @@ You cannot specify either `width' or `height', you must use neither or both.
  (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