diff lisp/frame.el @ 10574:132a846eba8e

(make-frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Jan 1995 00:32:33 +0000
parents 87b3ab910738
children b357feae0096
line wrap: on
line diff
--- a/lisp/frame.el	Fri Jan 27 23:10:42 1995 +0000
+++ b/lisp/frame.el	Sat Jan 28 00:32:33 1995 +0000
@@ -406,8 +406,10 @@
   "Create a new frame, displaying the current buffer.
 
 Optional argument PARAMETERS is an alist of parameters for the new
-frame.  Specifically, PARAMETERS is a list of pairs, each having one
-of the following forms:
+frame.  Specifically, PARAMETERS is a list of pairs, each having
+the form (NAME . VALUE).
+
+Here are some of the parameters allowed (not a complete list):
 
 \(name . STRING)	- The frame should be named STRING.