comparison lisp/frame.el @ 10574:132a846eba8e

(make-frame): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Jan 1995 00:32:33 +0000
parents 87b3ab910738
children b357feae0096
comparison
equal deleted inserted replaced
10573:ab52927eddad 10574:132a846eba8e
404 (defalias 'new-frame 'make-frame) 404 (defalias 'new-frame 'make-frame)
405 (defun make-frame (&optional parameters) 405 (defun make-frame (&optional parameters)
406 "Create a new frame, displaying the current buffer. 406 "Create a new frame, displaying the current buffer.
407 407
408 Optional argument PARAMETERS is an alist of parameters for the new 408 Optional argument PARAMETERS is an alist of parameters for the new
409 frame. Specifically, PARAMETERS is a list of pairs, each having one 409 frame. Specifically, PARAMETERS is a list of pairs, each having
410 of the following forms: 410 the form (NAME . VALUE).
411
412 Here are some of the parameters allowed (not a complete list):
411 413
412 \(name . STRING) - The frame should be named STRING. 414 \(name . STRING) - The frame should be named STRING.
413 415
414 \(height . NUMBER) - The frame should be NUMBER text lines high. If 416 \(height . NUMBER) - The frame should be NUMBER text lines high. If
415 this parameter is present, the width parameter must also be 417 this parameter is present, the width parameter must also be