aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/internals.texi
diff options
context:
space:
mode:
authorChong Yidong2009-05-27 22:08:29 +0000
committerChong Yidong2009-05-27 22:08:29 +0000
commit5df647e8f2b14cb669c86aa75f35e0b599ed1b2e (patch)
treeb9f6ef433140840bc5a904ace29048175b0b6a9d /doc/lispref/internals.texi
parentc46768fcff4496ae50136039b114bab5ba4c6442 (diff)
downloademacs-5df647e8f2b14cb669c86aa75f35e0b599ed1b2e.tar.gz
emacs-5df647e8f2b14cb669c86aa75f35e0b599ed1b2e.zip
* 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/lispref/internals.texi')
-rw-r--r--doc/lispref/internals.texi4
1 files changed, 0 insertions, 4 deletions
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