emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/frames.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi,v
Date: Sat, 14 Apr 2007 12:16:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/04/14 12:16:57

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/frames.texi,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- frames.texi 11 Apr 2007 20:57:52 -0000      1.116
+++ frames.texi 14 Apr 2007 12:16:56 -0000      1.117
@@ -515,6 +515,8 @@
 
 @cindex default-frame-alist
 @cindex initial-frame-alist
address@hidden face customization, in @file{~/.emacs}
address@hidden 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
 
address@hidden
+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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]