]> git.eshelyaron.com Git - emacs.git/commitdiff
* hooks.texi (Standard Hooks): Remove mention of obsolete
authorChong Yidong <cyd@stupidchicken.com>
Wed, 27 May 2009 22:08:29 +0000 (22:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 27 May 2009 22:08:29 +0000 (22:08 +0000)
redisplay-end-trigger-functions.

* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.

doc/lispref/ChangeLog
doc/lispref/hooks.texi
doc/lispref/internals.texi

index 213bd53cb765da0831a85ea39cf01b0b6bcd9f65..e9001336e70ef6922843191460f948bdfec36406 100644 (file)
@@ -1,3 +1,11 @@
+2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hooks.texi (Standard Hooks): Remove mention of obsolete
+       redisplay-end-trigger-functions.
+
+       * internals.texi (Window Internals): Remove mention of obsolete
+       redisplay-end-trigger-functions.
+
 2009-05-21  Martin Rudalics  <rudalics@gmx.at>
 
        * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
index a5b5b6d8ee011b69741a97ac987c701ec5be3b77..d0b0ba24064c91969514f9e06f4274968066ee7d 100644 (file)
@@ -289,9 +289,6 @@ Manual}.
 @xref{Diary Customizing,,, emacs}.
 @end ifnottex
 
-@item redisplay-end-trigger-functions
-@xref{Window Hooks}.
-
 @item resume-tty-functions
 @xref{Suspending Emacs}.
 
index 21c1274dfeec0daef030fd377a604ebbab5e9a16..e2814983770b6684e032bf9268b37fb5a4ae135e 100644 (file)
@@ -1231,10 +1231,6 @@ valid.  This is @code{nil} if nontrivial redisplay is preempted since in that
 case the display that @code{window_end_pos} was computed for did not get
 onto the screen.
 
-@item redisplay_end_trigger
-If redisplay in this window goes beyond this buffer position, it runs
-the @code{redisplay-end-trigger-hook}.
-
 @item cursor
 A structure describing where the cursor is in this window.