# HG changeset patch # User Richard M. Stallman # Date 791253153 0 # Node ID 132a846eba8e3073f060ec4526913bc6d3bf22ef # Parent ab52927eddad7e7b8f12bff89545d3a611082624 (make-frame): Doc fix. diff -r ab52927eddad -r 132a846eba8e lisp/frame.el --- 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.