1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(make-frame): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-05-28 04:14:22 +00:00
parent 7e17a6aade
commit 8dbd5c7805

View File

@ -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)