From 8dbd5c78050d62dabae27239035f291f4c3013c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 04:14:22 +0000 Subject: [PATCH] (make-frame): Doc fix. --- lisp/frame.el | 5 +---- 1 file changed, 1 insertion(+), 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: \(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)