changeset 10574:132a846eba8e

(make-frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Jan 1995 00:32:33 +0000
parents ab52927eddad
children dfead4d0949c
files lisp/frame.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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.