diff src/frame.c @ 2747:0882ede40b55

[xemacs-hg @ 2005-04-27 09:01:43 by stephent] suppress WM decorations <87oec0lhmj.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 27 Apr 2005 09:01:48 +0000
parents 6fa9919a9a0b
children 1e7cc382eb16
line wrap: on
line diff
--- a/src/frame.c	Tue Apr 26 21:51:39 2005 +0000
+++ b/src/frame.c	Wed Apr 27 09:01:48 2005 +0000
@@ -3857,23 +3857,23 @@
 
   \(setq default-frame-plist '(width 80 height 55))
 
+Predefined properties are described in `set-frame-properties'.
+
 The properties may be in alist format for backward compatibility
 but you should not rely on this behavior.
 
 These override values given in window system configuration data,
- including X Windows' defaults database.
-
-Since the first X frame is created before loading your .emacs file,
-you must use the X resource database for that.
-
-For values specific to the first Emacs frame, see `initial-frame-plist'.
+including X Windows' defaults database.
+
+Values for the first Emacs frame are taken from `initial-frame-plist'.
+Since the first X frame is created before loading your .emacs file, you
+may wish use the X resource database to avoid flashing.
+
 For values specific to the separate minibuffer frame, see
- `minibuffer-frame-plist'.
-
-See also the variables `default-x-frame-plist' and
-`default-tty-frame-plist', which are like `default-frame-plist'
-except that they apply only to X or tty frames, respectively
-\(whereas `default-frame-plist' applies to all types of frames).
+`minibuffer-frame-plist'.  See also the variables `default-x-frame-plist'
+and `default-tty-frame-plist', which are like `default-frame-plist'
+except that they apply only to X or tty frames, respectively \(whereas
+`default-frame-plist' applies to all types of frames).
 */ );
   Vdefault_frame_plist = Qnil;