From: Richard M. Stallman Date: Sat, 28 Jan 1995 00:32:33 +0000 (+0000) Subject: (make-frame): Doc fix. X-Git-Tag: emacs-19.34~5284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a105105a02102f981c7fc0e81e73fc8fbf14104a;p=emacs.git (make-frame): Doc fix. --- diff --git a/lisp/frame.el b/lisp/frame.el index 6058dc45239..ebeec61a2d3 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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.