From a105105a02102f981c7fc0e81e73fc8fbf14104a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 Jan 1995 00:32:33 +0000 Subject: [PATCH] (make-frame): Doc fix. --- lisp/frame.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.5