aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/frames.texi13
1 files changed, 12 insertions, 1 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 70b2a64cb5b..a64c3cd907f 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -444,6 +444,14 @@ parameter, as shown here:
444(add-to-list 'default-frame-alist '(font . "10x20")) 444(add-to-list 'default-frame-alist '(font . "10x20"))
445@end example 445@end example
446 446
447@noindent
448Here's a similar example for specifying a foreground color:
449
450@example
451(add-to-list 'default-frame-alist '(background-color . "blue"))
452@end example
453
454
447@node Frame Commands 455@node Frame Commands
448@section Frame Commands 456@section Frame Commands
449 457
@@ -686,7 +694,10 @@ the menus and menu bar, you must use X resources (@pxref{Resources X}).
686@xref{Colors X}, regarding colors. @xref{Font X}, regarding choice of 694@xref{Colors X}, regarding colors. @xref{Font X}, regarding choice of
687font. 695font.
688 696
689 For information on frame parameters and customization, see @ref{Frame 697 Colors, fonts, and other attributes of the frame's display can also
698be customized by setting frame parameters in the variable
699@code{default-frame-alist} (@pxref{Creating Frames}). For a detailed
700description of frame parameters and customization, see @ref{Frame
690Parameters,,, elisp, The Emacs Lisp Reference Manual}. 701Parameters,,, elisp, The Emacs Lisp Reference Manual}.
691 702
692@node Scroll Bars 703@node Scroll Bars