diff options
| author | Lars Ingebrigtsen | 2021-12-05 21:15:00 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-12-05 21:15:00 +0100 |
| commit | 6faf72eab634fcb11b5a79128bf409e4a4ddaf0f (patch) | |
| tree | 3bf510f951f03463a5440adcf58002b43dcff8c9 | |
| parent | 8ef6eeeaea277436508e547c9f6c136fda283f12 (diff) | |
| download | emacs-6faf72eab634fcb11b5a79128bf409e4a4ddaf0f.tar.gz emacs-6faf72eab634fcb11b5a79128bf409e4a4ddaf0f.zip | |
Revert "Clarify Creating Frames documentation"
This reverts commit 5d7eb2979bc7eec01cff7e7908dbbd3edb38ea0c.
The new documentation was incorrect.
| -rw-r--r-- | doc/lispref/frames.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 95360d4bdd4..923ff19997e 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -167,10 +167,11 @@ argument, the frame just created. | |||
| 167 | @end defvar | 167 | @end defvar |
| 168 | 168 | ||
| 169 | Note that any functions added to these hooks by your initial file are | 169 | Note that any functions added to these hooks by your initial file are |
| 170 | usually not run for the initial frame. However, if the initial frame | 170 | usually not run for the initial frame, since Emacs reads the initial |
| 171 | is specified to use a separate minibuffer frame (@pxref{Minibuffers | 171 | file only after creating that frame. However, if the initial frame is |
| 172 | and Frames}), the functions will be run for both, the minibuffer-less | 172 | specified to use a separate minibuffer frame (@pxref{Minibuffers and |
| 173 | and the minibuffer frame. | 173 | Frames}), the functions will be run for both, the minibuffer-less and |
| 174 | the minibuffer frame. | ||
| 174 | 175 | ||
| 175 | @defvar frame-inherited-parameters | 176 | @defvar frame-inherited-parameters |
| 176 | This variable specifies the list of frame parameters that a newly | 177 | This variable specifies the list of frame parameters that a newly |