diff options
| author | Chong Yidong | 2009-04-04 14:44:10 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-04 14:44:10 +0000 |
| commit | d51f6378fc536647300546365e6846138dc80ff2 (patch) | |
| tree | bf2668562a4f918d528d1d9c371f31db1762d3f9 | |
| parent | 435f0dd2f5b673f238f75f04d835f72fa5be8cfa (diff) | |
| download | emacs-d51f6378fc536647300546365e6846138dc80ff2.tar.gz emacs-d51f6378fc536647300546365e6846138dc80ff2.zip | |
* frame.el (make-frame): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bd468c2752..378108d2b06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-04-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frame.el (make-frame): Doc fix. | ||
| 4 | |||
| 1 | 2009-04-04 Eli Zaretskii <eliz@gnu.org> | 5 | 2009-04-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of | 7 | * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of |
diff --git a/lisp/frame.el b/lisp/frame.el index 1576ae7e4c2..5bdc5821284 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -732,7 +732,7 @@ You cannot specify either `width' or `height', you must use neither or both. | |||
| 732 | (window-system . nil) The frame should be displayed on a terminal device. | 732 | (window-system . nil) The frame should be displayed on a terminal device. |
| 733 | (window-system . x) The frame should be displayed in an X window. | 733 | (window-system . x) The frame should be displayed in an X window. |
| 734 | 734 | ||
| 735 | (terminal . ID) The frame should use the terminal identified by ID. | 735 | (terminal . TERMINAL) The frame should use the terminal object TERMINAL. |
| 736 | 736 | ||
| 737 | Before the frame is created (via `frame-creation-function-alist'), functions on the | 737 | Before the frame is created (via `frame-creation-function-alist'), functions on the |
| 738 | hook `before-make-frame-hook' are run. After the frame is created, functions | 738 | hook `before-make-frame-hook' are run. After the frame is created, functions |