* hooks.texi (Standard Hooks): Remove mention of obsolete

redisplay-end-trigger-functions.

* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.
This commit is contained in:
Chong Yidong 2009-05-27 22:08:29 +00:00
parent c46768fcff
commit 5df647e8f2
3 changed files with 8 additions and 7 deletions

View 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.

View 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}.

View 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.