aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
authorKai Großjohann2000-10-17 22:20:22 +0000
committerKai Großjohann2000-10-17 22:20:22 +0000
commit916a89db452a2a3898f6732bbbb7b2885f07270b (patch)
tree845e71be9ed594b9a2438bbb020429565659d513 /lispref/frames.texi
parent1f0b3fd2075fbb68e9fde05c350c06b787cf20e3 (diff)
downloademacs-916a89db452a2a3898f6732bbbb7b2885f07270b.tar.gz
emacs-916a89db452a2a3898f6732bbbb7b2885f07270b.zip
Obsolete variable `after-make-frame-hook'.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 2da21e859a6..bee010329bc 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -101,7 +101,7 @@ frame.
101@defvar after-make-frame-functions 101@defvar after-make-frame-functions
102@tindex after-make-frame-functions 102@tindex after-make-frame-functions
103An abnormal hook run by @code{make-frame} after it creates the frame. 103An abnormal hook run by @code{make-frame} after it creates the frame.
104Each function in @code{after-make-frame-hook} receives one argument, the 104Each function in @code{after-make-frame-functions} receives one argument, the
105frame just created. 105frame just created.
106@end defvar 106@end defvar
107 107