diff lisp/frame.el @ 539:b99d4eb7ed93

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 06 Feb 1992 02:09:14 +0000
parents a24ab90a6983
children 119ba212b686
line wrap: on
line diff
--- a/lisp/frame.el	Thu Feb 06 01:02:59 1992 +0000
+++ b/lisp/frame.el	Thu Feb 06 02:09:14 1992 +0000
@@ -157,7 +157,14 @@
 				  t)))
 
 (defun new-screen (&optional parameters)
-  "Create a new screen, displaying the current buffer."
+  "Create a new screen, displaying the current buffer.
+
+Optional argument PARAMETERS is an association-list of parameters
+describing the screen to create.  Specifically, PARAMETERS is a list
+of elements of the form (NAME . VALUE), where NAME is a symbol from
+the following list:
+  name		VALUE is the name to give
+"
   (interactive)
   (funcall screen-creation-function parameters))
 
@@ -241,6 +248,5 @@
 (define-prefix-command 'ctl-x-3-map)
 (define-key ctl-x-map "3" 'ctl-x-3-map)
 
-(define-key global-map "\C-z" 'iconify)
 (define-key ctl-x-3-map "2" 'new-screen)
 (define-key ctl-x-3-map "0" 'delete-screen)