diff options
| author | Chong Yidong | 2009-05-27 22:08:29 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-27 22:08:29 +0000 |
| commit | 5df647e8f2b14cb669c86aa75f35e0b599ed1b2e (patch) | |
| tree | b9f6ef433140840bc5a904ace29048175b0b6a9d /doc/lispref/internals.texi | |
| parent | c46768fcff4496ae50136039b114bab5ba4c6442 (diff) | |
| download | emacs-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.texi | 4 |
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 | |||
| 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 | ||