summaryrefslogtreecommitdiff
path: root/man/frames.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-08-02 13:54:16 +0000
committerEli Zaretskii <eliz@gnu.org>2001-08-02 13:54:16 +0000
commiteba47cbdca2f8abace311383b2eecaa39edba572 (patch)
tree22236cced48cc8cab934fd05ff9579327ccea0bb /man/frames.texi
parent4cf0f75ef9e72daf0b6e92409d5f8f30f322416e (diff)
downloademacs-eba47cbdca2f8abace311383b2eecaa39edba572.tar.gz
(Creating Frame): One more example of using default-frame-alist.
(Frame Parameters): Mention default-frame-alist and add a cross-reference to its description.
Diffstat (limited to 'man/frames.texi')
-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:
(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 @@ the menus and menu bar, you must use X resources (@pxref{Resources X}).
@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