aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-14 12:16:56 +0000
committerEli Zaretskii2007-04-14 12:16:56 +0000
commit863c2674d2587a23fca772fe352829253d217981 (patch)
tree95b75aeef54e69f7499c73a1cd3f1ad3a6957e49
parenta291c1b7524f214461d3b020657913aed908e820 (diff)
downloademacs-863c2674d2587a23fca772fe352829253d217981.tar.gz
emacs-863c2674d2587a23fca772fe352829253d217981.zip
(Creating Frames): Mention that face customizations can be put in .emacs.
Add index entries.
-rw-r--r--man/frames.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 5ca72950a79..a45b582b455 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -515,6 +515,8 @@ frame. This runs @code{find-file-read-only-other-frame}.
515 515
516@cindex default-frame-alist 516@cindex default-frame-alist
517@cindex initial-frame-alist 517@cindex initial-frame-alist
518@cindex face customization, in @file{~/.emacs}
519@cindex color customization, in @file{~/.emacs}
518 You can control the appearance of new frames you create by setting the 520 You can control the appearance of new frames you create by setting the
519frame parameters in @code{default-frame-alist}. You can use the 521frame parameters in @code{default-frame-alist}. You can use the
520variable @code{initial-frame-alist} to specify parameters that affect 522variable @code{initial-frame-alist} to specify parameters that affect
@@ -538,6 +540,11 @@ Here's a similar example for specifying a foreground color:
538(add-to-list 'default-frame-alist '(foreground-color . "blue")) 540(add-to-list 'default-frame-alist '(foreground-color . "blue"))
539@end example 541@end example
540 542
543@noindent
544By putting such customizations in your @file{~/.emacs} init file, you
545can control the appearance of all the frames Emacs creates, including
546the initial one.
547
541@node Frame Commands 548@node Frame Commands
542@section Frame Commands 549@section Frame Commands
543 550