summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-18 16:00:22 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-18 16:00:22 +0000
commit1f7c15aaaa767bcf710ae33b96d03b13a9e261b3 (patch)
tree110433c406b881d040b99b88eaf18a6959e73255 /src/window.c
parent8eaeb5c8486bb347e2d1dfff97819edadeebed16 (diff)
downloademacs-1f7c15aaaa767bcf710ae33b96d03b13a9e261b3.tar.gz
(Fset_window_redisplay_end_trigger): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c8
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,
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;
{