summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-05-27 22:08:29 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-05-27 22:08:29 +0000
commit5df647e8f2b14cb669c86aa75f35e0b599ed1b2e (patch)
treeb9f6ef433140840bc5a904ace29048175b0b6a9d /doc
parentc46768fcff4496ae50136039b114bab5ba4c6442 (diff)
downloademacs-5df647e8f2b14cb669c86aa75f35e0b599ed1b2e.tar.gz
* hooks.texi (Standard Hooks): Remove mention of obsolete
redisplay-end-trigger-functions. * internals.texi (Window Internals): Remove mention of obsolete redisplay-end-trigger-functions.
Diffstat (limited to 'doc')
-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 @@
+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.
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.