# HG changeset patch # User Chong Yidong # Date 1238856250 0 # Node ID 3bdfb8e7c984dba9a8f583d7dce38ae601af97ff # Parent 2900baf6d4d404a7b46ea8ce2063eac70087f356 * frame.el (make-frame): Doc fix. diff -r 2900baf6d4d4 -r 3bdfb8e7c984 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 04 14:22:59 2009 +0000 +++ b/lisp/ChangeLog Sat Apr 04 14:44:10 2009 +0000 @@ -1,3 +1,7 @@ +2009-04-04 Chong Yidong + + * frame.el (make-frame): Doc fix. + 2009-04-04 Eli Zaretskii * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of diff -r 2900baf6d4d4 -r 3bdfb8e7c984 lisp/frame.el --- 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