From: Chong Yidong Date: Wed, 27 May 2009 22:08:29 +0000 (+0000) Subject: * hooks.texi (Standard Hooks): Remove mention of obsolete X-Git-Tag: emacs-pretest-23.0.95~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5df647e8f2b14cb669c86aa75f35e0b599ed1b2e;p=emacs.git * hooks.texi (Standard Hooks): Remove mention of obsolete redisplay-end-trigger-functions. * internals.texi (Window Internals): Remove mention of obsolete redisplay-end-trigger-functions. --- 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.