]> code.delx.au - gnu-emacs/commitdiff
Obsolete variable `after-make-frame-hook'.
authorKai Großjohann <kgrossjo@eu.uu.net>
Tue, 17 Oct 2000 22:20:22 +0000 (22:20 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Tue, 17 Oct 2000 22:20:22 +0000 (22:20 +0000)
lispref/ChangeLog
lispref/frames.texi
lispref/variables.texi

index 7d09a366ff49209a516a24934f87db306b2933e5..8f4f76774f925e09ab6ad1b197fc9f24005004b7 100644 (file)
@@ -1,3 +1,12 @@
+2000-10-18  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * 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  <gerd@gnu.org>
 
        * display.texi (Other Image Types): Add description of :foreground
index 2da21e859a6ac8bd0e4876950e35dea7de7f0c0a..bee010329bce0c8b5eedfd443e279d4798f23ceb 100644 (file)
@@ -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
 
index 37528cc69af35ce7066500d4823dd7856dc680db..2507706f618a3225964cdccd40e7c155ba0d6f29 100644 (file)
@@ -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.