Mercurial > emacs
changeset 102843:3bdfb8e7c984
* frame.el (make-frame): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 04 Apr 2009 14:44:10 +0000 |
parents | 2900baf6d4d4 |
children | 89303f3fe6a7 |
files | lisp/ChangeLog lisp/frame.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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