X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fxemacs%2Fframe.texi;h=c12e49c0ab1bf46225bbb85d121543fa6d103dbb;hb=3f6ecf401c01c83743af2c1e068f57e8d2e2e410;hp=35e4200b5574c85aca6c149f369c70c7abb717b4;hpb=60ad9a0d8081fee7d81df258c165b5c8b7efa03a;p=chise%2Fxemacs-chise.git- diff --git a/man/xemacs/frame.texi b/man/xemacs/frame.texi index 35e4200..c12e49c 100644 --- a/man/xemacs/frame.texi +++ b/man/xemacs/frame.texi @@ -507,15 +507,19 @@ The function @code{switch-to-buffer-other-frame} is just like in first. This is normally bound to @kbd{C-x 5 b}. @vindex default-frame-alist +@vindex default-frame-plist You can specify a different default frame size other than the one provided. -Use the variable @code{default-frame-alist}, which is an alist of default +Use the variable @code{default-frame-plist}, which is a plist of default values for frame creation other than the first one. These may be set in your init file, like this: @example - (setq default-frame-alist '((width . 80) (height . 55))) + (setq default-frame-plist '(width 80 height 55)) @end example +This variable has replaced @code{default-frame-alist}, which is +considered obsolete. + @vindex x-frame-defaults For values specific to the first XEmacs frame, you must use X resources. The variable @code{x-frame-defaults} takes an alist of default frame