diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/lispref/hooks.texi | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2009-05-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * hooks.texi (Standard Hooks): Remove mention of obsolete | ||
| 4 | redisplay-end-trigger-functions. | ||
| 5 | |||
| 6 | * internals.texi (Window Internals): Remove mention of obsolete | ||
| 7 | redisplay-end-trigger-functions. | ||
| 8 | |||
| 1 | 2009-05-21 Martin Rudalics <rudalics@gmx.at> | 9 | 2009-05-21 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * abbrevs.texi (Abbrev Mode): abbrev-mode is an option. | 11 | * 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}. | |||
| 289 | @xref{Diary Customizing,,, emacs}. | 289 | @xref{Diary Customizing,,, emacs}. |
| 290 | @end ifnottex | 290 | @end ifnottex |
| 291 | 291 | ||
| 292 | @item redisplay-end-trigger-functions | ||
| 293 | @xref{Window Hooks}. | ||
| 294 | |||
| 295 | @item resume-tty-functions | 292 | @item resume-tty-functions |
| 296 | @xref{Suspending Emacs}. | 293 | @xref{Suspending Emacs}. |
| 297 | 294 | ||
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 | |||
| 1231 | case the display that @code{window_end_pos} was computed for did not get | 1231 | case the display that @code{window_end_pos} was computed for did not get |
| 1232 | onto the screen. | 1232 | onto the screen. |
| 1233 | 1233 | ||
| 1234 | @item redisplay_end_trigger | ||
| 1235 | If redisplay in this window goes beyond this buffer position, it runs | ||
| 1236 | the @code{redisplay-end-trigger-hook}. | ||
| 1237 | |||
| 1238 | @item cursor | 1234 | @item cursor |
| 1239 | A structure describing where the cursor is in this window. | 1235 | A structure describing where the cursor is in this window. |
| 1240 | 1236 | ||