diff man/frames.texi @ 77193:588363d97121

(Creating Frames): Mention that face customizations can be put in .emacs. Add index entries.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 14 Apr 2007 12:16:56 +0000
parents 4805684e0b00
children 02b9a9aa5b0c dc002877ce12 e6fdae9180d4
line wrap: on
line diff
--- a/man/frames.texi	Sat Apr 14 02:36:58 2007 +0000
+++ b/man/frames.texi	Sat Apr 14 12:16:56 2007 +0000
@@ -515,6 +515,8 @@
 
 @cindex default-frame-alist
 @cindex initial-frame-alist
+@cindex face customization, in @file{~/.emacs}
+@cindex color customization, in @file{~/.emacs}
   You can control the appearance of new frames you create by setting the
 frame parameters in @code{default-frame-alist}.  You can use the
 variable @code{initial-frame-alist} to specify parameters that affect
@@ -538,6 +540,11 @@
 (add-to-list 'default-frame-alist '(foreground-color . "blue"))
 @end example
 
+@noindent
+By putting such customizations in your @file{~/.emacs} init file, you
+can control the appearance of all the frames Emacs creates, including
+the initial one.
+
 @node Frame Commands
 @section Frame Commands