From 5df647e8f2b14cb669c86aa75f35e0b599ed1b2e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 27 May 2009 22:08:29 +0000 Subject: [PATCH] * hooks.texi (Standard Hooks): Remove mention of obsolete redisplay-end-trigger-functions. * internals.texi (Window Internals): Remove mention of obsolete redisplay-end-trigger-functions. --- doc/lispref/ChangeLog | 8 ++++++++ doc/lispref/hooks.texi | 3 --- doc/lispref/internals.texi | 4 ---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 213bd53cb76..e9001336e70 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,11 @@ +2009-05-27 Chong Yidong + + * 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 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option. diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index a5b5b6d8ee0..d0b0ba24064 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -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}. diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 21c1274dfee..e2814983770 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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. -- 2.39.5