From: Richard M. Stallman Date: Sat, 18 Nov 1995 16:00:22 +0000 (+0000) Subject: (Fset_window_redisplay_end_trigger): Doc fix. X-Git-Tag: emacs-19.34~2277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76854cf2c28a146d5fc10dab1a21ff3b40a1760b;p=emacs.git (Fset_window_redisplay_end_trigger): Doc fix. --- 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, 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; {