Revert "Clarify Creating Frames documentation"
This reverts commit 5d7eb2979b
.
The new documentation was incorrect.
This commit is contained in:
parent
8ef6eeeaea
commit
6faf72eab6
1 changed files with 5 additions and 4 deletions
|
@ -167,10 +167,11 @@ argument, the frame just created.
|
|||
@end defvar
|
||||
|
||||
Note that any functions added to these hooks by your initial file are
|
||||
usually not run for the initial frame. However, if the initial frame
|
||||
is specified to use a separate minibuffer frame (@pxref{Minibuffers
|
||||
and Frames}), the functions will be run for both, the minibuffer-less
|
||||
and the minibuffer frame.
|
||||
usually not run for the initial frame, since Emacs reads the initial
|
||||
file only after creating that frame. However, if the initial frame is
|
||||
specified to use a separate minibuffer frame (@pxref{Minibuffers and
|
||||
Frames}), the functions will be run for both, the minibuffer-less and
|
||||
the minibuffer frame.
|
||||
|
||||
@defvar frame-inherited-parameters
|
||||
This variable specifies the list of frame parameters that a newly
|
||||
|
|
Loading…
Add table
Reference in a new issue