changeset 7712:d15b6dd3bc2e

(make-frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 04:14:22 +0000
parents 8a2bc1679b10
children 44a712d8ba03
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Sat May 28 04:11:29 1994 +0000
+++ b/lisp/frame.el	Sat May 28 04:14:22 1994 +0000
@@ -354,10 +354,7 @@
 \(minibuffer . t) - the frame should have a minibuffer
 \(minibuffer . nil) - the frame should have no minibuffer
 \(minibuffer . only) - the frame should contain only a minibuffer
-\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window.
-
-The documentation for the function `x-create-frame' describes
-additional frame parameters that Emacs recognizes for X window frames."
+\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window."
   (interactive)
   (let ((nframe))
     (run-hooks 'before-make-frame-hook)