Mercurial > hg > xemacs-beta
changeset 485:3fc0174a5541
[xemacs-hg @ 2001-04-26 20:03:58 by adrian]
[PATCH] Document default-frame-alist as obsolete in xemacs/frame.texi <ueluf4eit.fsf@rapier.ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 26 Apr 2001 20:03:59 +0000 |
parents | 029314e67086 |
children | a83afd50994d |
files | man/ChangeLog man/xemacs/frame.texi |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Thu Apr 26 04:20:38 2001 +0000 +++ b/man/ChangeLog Thu Apr 26 20:03:59 2001 +0000 @@ -1,3 +1,8 @@ +2001-04-26 John H. Palmieri <palmieri@math.washington.edu> + + * xemacs/frame.texi (XEmacs under X): Document default-frame-plist + rather than default-frame-alist. + 2001-04-15 Ben Wing <ben@xemacs.org> * xemacs-faq.texi (Q1.0.1):
--- a/man/xemacs/frame.texi Thu Apr 26 04:20:38 2001 +0000 +++ b/man/xemacs/frame.texi Thu Apr 26 20:03:59 2001 +0000 @@ -507,15 +507,19 @@ 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