From 916a89db452a2a3898f6732bbbb7b2885f07270b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Tue, 17 Oct 2000 22:20:22 +0000 Subject: [PATCH] Obsolete variable `after-make-frame-hook'. --- lispref/ChangeLog | 9 +++++++++ lispref/frames.texi | 2 +- lispref/variables.texi | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7d09a366ff4..8f4f76774f9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,12 @@ +2000-10-18 Kai Grossjohann + + * hooks.texi (Standard Hooks): replace obsolete + `after-make-frame-hook' with `after-make-frame-functions'. + + * frames.texi (Creating Frames): dito. + + * variables.texi (Future Local Variables): dito. + 2000-10-16 Gerd Moellmann * display.texi (Other Image Types): Add description of :foreground 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 diff --git a/lispref/variables.texi b/lispref/variables.texi index 37528cc69af..2507706f618 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1641,7 +1641,7 @@ the variable changes that binding. You can observe the result with of frames---for example, all color frames, or all frames with dark backgrounds. We have not implemented them because it is not clear that this feature is really useful. You can get more or less the same -results by adding a function to @code{after-make-frame-hook}, set up to +results by adding a function to @code{after-make-frame-functions}, set up to define a particular frame parameter according to the appropriate conditions for each frame. -- 2.39.2