diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index 7efff3c9dcc..fc3f7af59a5 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -328,10 +328,10 @@ DEFUN ("set-window-redisplay-end-trigger", Fset_window_redisplay_end_trigger, | |||
| 328 | Sset_window_redisplay_end_trigger, 2, 2, 0, | 328 | Sset_window_redisplay_end_trigger, 2, 2, 0, |
| 329 | "Set WINDOW's redisplay end trigger value to VALUE.\n\ | 329 | "Set WINDOW's redisplay end trigger value to VALUE.\n\ |
| 330 | VALUE should be a buffer position (typically a marker) or nil.\n\ | 330 | VALUE should be a buffer position (typically a marker) or nil.\n\ |
| 331 | If it is a buffer position, then if redisplay in WINDOW\n\ | 331 | If it is a buffer position, then if redisplay in WINDOW reaches a position\n\ |
| 332 | reaches a position beyond VALUE, the normal hook\n\ | 332 | beyond VALUE, the functions in `redisplay-end-trigger-functions' are called\n\ |
| 333 | `redisplay-end-trigger-hook' is run (and then the end-trigger value\n\ | 333 | with two arguments: WINDOW, and the end trigger value.\n\ |
| 334 | is reset to nil.") | 334 | Afterwards the end-trigger value is reset to nil.") |
| 335 | (window, value) | 335 | (window, value) |
| 336 | register Lisp_Object window, value; | 336 | register Lisp_Object window, value; |
| 337 | { | 337 | { |