]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Improve before-make-frame-hook and after-make-frame-functions docs"
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 20:14:26 +0000 (21:14 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 20:14:26 +0000 (21:14 +0100)
This reverts commit 7842a606b76dfabd1540da1c130728064e8f02ed.

The new documentation was incorrect.

lisp/frame.el

index bc086495041070eb473aed506f78523bab80f7a9..1319759e74dc31ca4b3a20aef6c79d24f8798538 100644 (file)
@@ -808,19 +808,12 @@ also select the new frame."
     new-frame))
 
 (defvar before-make-frame-hook nil
-  "Functions to run before `make-frame' creates a new frame.
-Note that these functions are usually not run for the initial
-frame, except when the initial frame is created from an Emacs
-daemon.")
+  "Functions to run before `make-frame' creates a new frame.")
 
 (defvar after-make-frame-functions nil
   "Functions to run after `make-frame' created a new frame.
 The functions are run with one argument, the newly created
-frame.
-
-Note that these functions are usually not run for the initial
-frame, except when the initial frame is created from an Emacs
-daemon.")
+frame.")
 
 (defvar after-setting-font-hook nil
   "Functions to run after a frame's font has been changed.")