# HG changeset patch # User Richard M. Stallman # Date 816710422 0 # Node ID 8ee401a7aeece69b6b8d3d270b5c08353a8ef9b5 # Parent 3c46cfae43910ea083e54505121f3670f6a061ee (Fset_window_redisplay_end_trigger): Doc fix. diff -r 3c46cfae4391 -r 8ee401a7aeec src/window.c --- a/src/window.c Sat Nov 18 15:58:54 1995 +0000 +++ b/src/window.c Sat Nov 18 16:00:22 1995 +0000 @@ -328,10 +328,10 @@ Sset_window_redisplay_end_trigger, 2, 2, 0, "Set WINDOW's redisplay end trigger value to VALUE.\n\ VALUE should be a buffer position (typically a marker) or nil.\n\ -If it is a buffer position, then if redisplay in WINDOW\n\ -reaches a position beyond VALUE, the normal hook\n\ -`redisplay-end-trigger-hook' is run (and then the end-trigger value\n\ -is reset to nil.") +If it is a buffer position, then if redisplay in WINDOW reaches a position\n\ +beyond VALUE, the functions in `redisplay-end-trigger-functions' are called\n\ +with two arguments: WINDOW, and the end trigger value.\n\ +Afterwards the end-trigger value is reset to nil.") (window, value) register Lisp_Object window, value; {