summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-08 09:03:14 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-08 09:03:14 +0800
commitbdeb189cf202f9661f783aebd4852b401858958b (patch)
tree818652f0044ba2bf9f7a4b6758e50425d2aeeb8e /lisp/frame.el
parentd9b3f665bc57bc78716f4c9d5efebf283f7e1964 (diff)
parent176c63287ffdf56634984494f6610102737f393e (diff)
downloademacs-bdeb189cf202f9661f783aebd4852b401858958b.tar.gz
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index f790fa13ab9..13929047d08 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -808,12 +808,16 @@ also select the new frame."
new-frame))
(defvar before-make-frame-hook nil
- "Functions to run before `make-frame' creates a new frame.")
+ "Functions to run before `make-frame' creates a new frame.
+Note that these functions are usually not run for the initial
+frame, unless you add them to the hook in your early-init file.")
(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.")
+frame.
+Note that these functions are usually not run for the initial
+frame, unless you add them to the hook in your early-init file.")
(defvar after-setting-font-hook nil
"Functions to run after a frame's font has been changed.")