(make-frame): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Jan 1995 00:32:33 +0000 (00:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Jan 1995 00:32:33 +0000 (00:32 +0000)
lisp/frame.el

index 6058dc4..ebeec61 100644 (file)
@@ -406,8 +406,10 @@ The optional second argument PARAMETERS specifies additional frame parameters."
   "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.