summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-12 15:44:45 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-12 15:44:45 +0000
commit5571ec1d2edfcb04249de652c0e644a6c225711a (patch)
treec9e27d9d699c7cb3a94d649e0e0198d389e4064f
parent5c9c52114098866c5f6f6790ab56219c02e815ea (diff)
downloademacs-5571ec1d2edfcb04249de652c0e644a6c225711a.tar.gz
(syms_of_xdisp): Doc fix.
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index c47f3087335..0978787947d 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4291,7 +4291,8 @@ all the functions in the list are called, with the frame as argument.");
DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
"List of Functions to call before redisplaying a window with scrolling.\n\
Each function is called with two arguments, the window\n\
-and its new display-start position.");
+and its new display-start position. Note that the value of `window-end'\n\
+is not valid when these functions are called.");
Vwindow_scroll_functions = Qnil;
}