aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-12-05 04:09:33 +0100
committerLars Ingebrigtsen2021-12-05 04:09:33 +0100
commit5d7eb2979bc7eec01cff7e7908dbbd3edb38ea0c (patch)
treecd0c1c9f887d41df0ff009567f4f3fa7190f55e5
parent133f9a7e940e9696d998284b264dfa6430932c3e (diff)
downloademacs-5d7eb2979bc7eec01cff7e7908dbbd3edb38ea0c.tar.gz
emacs-5d7eb2979bc7eec01cff7e7908dbbd3edb38ea0c.zip
Clarify Creating Frames documentation
* doc/lispref/frames.texi (Creating Frames): Remove misleading explanation -- even if the hooks are set, they won't be run (bug#38143).
-rw-r--r--doc/lispref/frames.texi9
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
169Note that any functions added to these hooks by your initial file are 169Note that any functions added to these hooks by your initial file are
170usually not run for the initial frame, since Emacs reads the initial 170usually not run for the initial frame. However, if the initial frame
171file only after creating that frame. However, if the initial frame is 171is specified to use a separate minibuffer frame (@pxref{Minibuffers
172specified to use a separate minibuffer frame (@pxref{Minibuffers and 172and Frames}), the functions will be run for both, the minibuffer-less
173Frames}), the functions will be run for both, the minibuffer-less and 173and the minibuffer frame.
174the minibuffer frame.
175 174
176@defvar frame-inherited-parameters 175@defvar frame-inherited-parameters
177This variable specifies the list of frame parameters that a newly 176This variable specifies the list of frame parameters that a newly