]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 7bd468c27528186132397e3f712903d19a331590..378108d2b06dca451c83b8c49e5cbe377c41a58a 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 1576ae7e4c2892080cf3aae957c6143b2534eeee..5bdc5821284bcf7ca3bc039a48912a483f32ef6e 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