diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-17 22:20:22 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-17 22:20:22 +0000 |
commit | 916a89db452a2a3898f6732bbbb7b2885f07270b (patch) | |
tree | 845e71be9ed594b9a2438bbb020429565659d513 /lispref/frames.texi | |
parent | 1f0b3fd2075fbb68e9fde05c350c06b787cf20e3 (diff) | |
download | emacs-916a89db452a2a3898f6732bbbb7b2885f07270b.tar.gz |
Obsolete variable `after-make-frame-hook'.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r-- | lispref/frames.texi | 2 |
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. @defvar after-make-frame-functions @tindex after-make-frame-functions An abnormal hook run by @code{make-frame} after it creates the frame. -Each function in @code{after-make-frame-hook} receives one argument, the +Each function in @code{after-make-frame-functions} receives one argument, the frame just created. @end defvar |