diff options
| author | Richard M. Stallman | 1994-05-28 04:14:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-28 04:14:22 +0000 |
| commit | 8dbd5c78050d62dabae27239035f291f4c3013c7 (patch) | |
| tree | 8a54ce57e379ba4e9fc466b5edd92188a98fedc8 | |
| parent | 7e17a6aade91bb0d90f39a17a987295e803501b4 (diff) | |
| download | emacs-8dbd5c78050d62dabae27239035f291f4c3013c7.tar.gz emacs-8dbd5c78050d62dabae27239035f291f4c3013c7.zip | |
(make-frame): Doc fix.
| -rw-r--r-- | lisp/frame.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 554eebaf7fa..e76ac2f1fe7 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -354,10 +354,7 @@ of the following forms: | |||
| 354 | \(minibuffer . t) - the frame should have a minibuffer | 354 | \(minibuffer . t) - the frame should have a minibuffer |
| 355 | \(minibuffer . nil) - the frame should have no minibuffer | 355 | \(minibuffer . nil) - the frame should have no minibuffer |
| 356 | \(minibuffer . only) - the frame should contain only a minibuffer | 356 | \(minibuffer . only) - the frame should contain only a minibuffer |
| 357 | \(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window. | 357 | \(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window." |
| 358 | |||
| 359 | The documentation for the function `x-create-frame' describes | ||
| 360 | additional frame parameters that Emacs recognizes for X window frames." | ||
| 361 | (interactive) | 358 | (interactive) |
| 362 | (let ((nframe)) | 359 | (let ((nframe)) |
| 363 | (run-hooks 'before-make-frame-hook) | 360 | (run-hooks 'before-make-frame-hook) |