Mercurial > emacs
changeset 38670:80a860105400
(Creating Frame): One more example of using default-frame-alist.
(Frame Parameters): Mention default-frame-alist and add a cross-reference
to its description.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 02 Aug 2001 13:54:16 +0000 |
parents | 400dcf8d0bad |
children | 07f962cbdd4e |
files | man/frames.texi |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/frames.texi Thu Aug 02 13:50:57 2001 +0000 +++ b/man/frames.texi Thu Aug 02 13:54:16 2001 +0000 @@ -444,6 +444,14 @@ (add-to-list 'default-frame-alist '(font . "10x20")) @end example +@noindent +Here's a similar example for specifying a foreground color: + +@example +(add-to-list 'default-frame-alist '(background-color . "blue")) +@end example + + @node Frame Commands @section Frame Commands @@ -686,7 +694,10 @@ @xref{Colors X}, regarding colors. @xref{Font X}, regarding choice of font. - For information on frame parameters and customization, see @ref{Frame + Colors, fonts, and other attributes of the frame's display can also +be customized by setting frame parameters in the variable +@code{default-frame-alist} (@pxref{Creating Frames}). For a detailed +description of frame parameters and customization, see @ref{Frame Parameters,,, elisp, The Emacs Lisp Reference Manual}. @node Scroll Bars