Mercurial > emacs
changeset 103299:934b7b9d3a20
* hooks.texi (Standard Hooks): Remove mention of obsolete
redisplay-end-trigger-functions.
* internals.texi (Window Internals): Remove mention of obsolete
redisplay-end-trigger-functions.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 27 May 2009 22:08:29 +0000 |
parents | 70832a352a9c |
children | 8fdb15180912 |
files | doc/lispref/ChangeLog doc/lispref/hooks.texi doc/lispref/internals.texi |
diffstat | 3 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue May 26 20:19:26 2009 +0000 +++ b/doc/lispref/ChangeLog Wed May 27 22:08:29 2009 +0000 @@ -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.
--- a/doc/lispref/hooks.texi Tue May 26 20:19:26 2009 +0000 +++ b/doc/lispref/hooks.texi Wed May 27 22:08:29 2009 +0000 @@ -289,9 +289,6 @@ @xref{Diary Customizing,,, emacs}. @end ifnottex -@item redisplay-end-trigger-functions -@xref{Window Hooks}. - @item resume-tty-functions @xref{Suspending Emacs}.
--- a/doc/lispref/internals.texi Tue May 26 20:19:26 2009 +0000 +++ b/doc/lispref/internals.texi Wed May 27 22:08:29 2009 +0000 @@ -1231,10 +1231,6 @@ 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.