comparison src/frame.c @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 538048ae2ab8
children 25f70ba0133c
comparison
equal deleted inserted replaced
150:8ebb1c0f0f6f 151:59463afc5666
369 369
370 DEFUN ("make-frame", Fmake_frame, 0, 2, "", /* 370 DEFUN ("make-frame", Fmake_frame, 0, 2, "", /*
371 Create a new frame, displaying the current buffer. 371 Create a new frame, displaying the current buffer.
372 372
373 Optional argument PROPS is a property list (a list of alternating 373 Optional argument PROPS is a property list (a list of alternating
374 keyword-value specifcations) of properties for the new frame. 374 keyword-value specifications) of properties for the new frame.
375 \(An alist is accepted for backward compatibility but should not 375 \(An alist is accepted for backward compatibility but should not
376 be passed in.) 376 be passed in.)
377 377
378 See `set-frame-properties', `default-x-frame-plist', and 378 See `set-frame-properties', `default-x-frame-plist', and
379 `default-tty-frame-plist' for the specially-recognized properties. 379 `default-tty-frame-plist' for the specially-recognized properties.