aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog8
-rw-r--r--doc/lispref/hooks.texi3
-rw-r--r--doc/lispref/internals.texi4
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 @@
12009-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
12009-05-21 Martin Rudalics <rudalics@gmx.at> 92009-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
1231case the display that @code{window_end_pos} was computed for did not get 1231case the display that @code{window_end_pos} was computed for did not get
1232onto the screen. 1232onto the screen.
1233 1233
1234@item redisplay_end_trigger
1235If redisplay in this window goes beyond this buffer position, it runs
1236the @code{redisplay-end-trigger-hook}.
1237
1238@item cursor 1234@item cursor
1239A structure describing where the cursor is in this window. 1235A structure describing where the cursor is in this window.
1240 1236