Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
761a9cbf
Commit
761a9cbf
authored
Nov 07, 1996
by
Richard M. Stallman
Browse files
Clarify initial-frame-alist and default-frame-alist.
parent
0789adb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lispref/frames.texi
lispref/frames.texi
+6
-3
No files found.
lispref/frames.texi
View file @
761a9cbf
...
...
@@ -194,7 +194,9 @@ by setting @code{initial-frame-alist} in your @file{.emacs} file.
@defvar initial-frame-alist
This variable's value is an alist of parameter values used when creating
the initial X window frame. Each element has the form:
the initial X window frame. You can set this variable to specify the
appearance of the initial frame without altering subsequent frames.
Each element has the form:
@example
(@var{parameter} . @var{value})
...
...
@@ -231,8 +233,9 @@ to the parameters for the main initial frame.
@end defvar
@defvar default-frame-alist
This is an alist specifying default values of frame parameters for
subsequent Emacs frames (not the initial ones).
This is an alist specifying default values of frame parameters for all
Emacs frames---the first frame, and subsequent frames. In many cases,
you can get the same results by means of X resources.
@end defvar
See also @code{special-display-frame-alist}, in @ref{Choosing Window}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment