diff options
| -rw-r--r-- | doc/lispref/frames.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 923ff19997e..95360d4bdd4 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -167,11 +167,10 @@ 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, since Emacs reads the initial | 170 | usually not run for the initial frame. However, if the initial frame |
| 171 | file only after creating that frame. However, if the initial frame is | 171 | is specified to use a separate minibuffer frame (@pxref{Minibuffers |
| 172 | specified to use a separate minibuffer frame (@pxref{Minibuffers and | 172 | and Frames}), the functions will be run for both, the minibuffer-less |
| 173 | Frames}), the functions will be run for both, the minibuffer-less and | 173 | and the minibuffer frame. |
| 174 | the minibuffer frame. | ||
| 175 | 174 | ||
| 176 | @defvar frame-inherited-parameters | 175 | @defvar frame-inherited-parameters |
| 177 | This variable specifies the list of frame parameters that a newly | 176 | This variable specifies the list of frame parameters that a newly |