* lisp/frame.el (window-system-default-frame-alist): Doc fix.

This commit is contained in:
Chong Yidong 2012-01-29 22:22:51 +08:00
parent ea1626708e
commit 5b95ee8a96
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2012-01-29 Chong Yidong <cyd@gnu.org>
* frame.el (window-system-default-frame-alist): Doc fix.
* dynamic-setting.el (font-setting-change-default-font): Don't
change the default face if SET-FONT argument is non-nil (Bug#9982).

View file

@ -39,8 +39,12 @@ function to this list, which should take an alist of parameters
as its argument.")
(defvar window-system-default-frame-alist nil
"Alist of window-system dependent default frame parameters.
Parameters specified here supersede the values given in
"Window-system dependent default frame parameters.
The value should be an alist of elements (WINDOW-SYSTEM . ALIST),
where WINDOW-SYSTEM is a window system symbol (see `window-system')
and ALIST is a frame parameter alist like `default-frame-alist'.
Then, for frames on WINDOW-SYSTEM, any parameters specified in
ALIST supersede the corresponding parameters specified in
`default-frame-alist'.")
;; The initial value given here used to ask for a minibuffer.