emacs-diffs
[Top][All Lists]
Advanced

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

master 8ef6eee 1/2: Revert "Improve before-make-frame-hook and after-mak


From: Lars Ingebrigtsen
Subject: master 8ef6eee 1/2: Revert "Improve before-make-frame-hook and after-make-frame-functions docs"
Date: Sun, 5 Dec 2021 15:15:23 -0500 (EST)

branch: master
commit 8ef6eeeaea277436508e547c9f6c136fda283f12
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Revert "Improve before-make-frame-hook and after-make-frame-functions docs"
    
    This reverts commit 7842a606b76dfabd1540da1c130728064e8f02ed.
    
    The new documentation was incorrect.
---
 lisp/frame.el | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/lisp/frame.el b/lisp/frame.el
index bc08649..1319759 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -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.")



reply via email to

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