Mercurial > emacs
diff lispref/frames.texi @ 25875:6a17c48b52ef
*** empty log message ***
| author | Phillip Rulon <pjr@gnu.org> |
|---|---|
| date | Tue, 05 Oct 1999 23:26:05 +0000 |
| parents | 467b88fab665 |
| children | df0efa93750b |
line wrap: on
line diff
--- a/lispref/frames.texi Tue Oct 05 22:18:23 1999 +0000 +++ b/lispref/frames.texi Tue Oct 05 23:26:05 1999 +0000 @@ -217,7 +217,7 @@ @subsection Initial Frame Parameters You can specify the parameters for the initial startup frame -by setting @code{initial-frame-alist} in your @file{.emacs} file. +by setting @code{initial-frame-alist} in your init file (@pxref{Init File}). @defvar initial-frame-alist This variable's value is an alist of parameter values used when creating @@ -229,7 +229,7 @@ (@var{parameter} . @var{value}) @end example -Emacs creates the initial frame before it reads your @file{~/.emacs} +Emacs creates the initial frame before it reads your init file. After reading that file, Emacs checks @code{initial-frame-alist}, and applies the parameter settings in the altered value to the already created initial frame.
