emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6faf72e 2/2: Revert "Clarify Creating Frames documentation"


From: Lars Ingebrigtsen
Subject: master 6faf72e 2/2: Revert "Clarify Creating Frames documentation"
Date: Sun, 5 Dec 2021 15:15:23 -0500 (EST)

branch: master
commit 6faf72eab634fcb11b5a79128bf409e4a4ddaf0f
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Revert "Clarify Creating Frames documentation"
    
    This reverts commit 5d7eb2979bc7eec01cff7e7908dbbd3edb38ea0c.
    
    The new documentation was incorrect.
---
 doc/lispref/frames.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 95360d4..923ff19 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]