aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-12 15:44:45 +0000
committerRichard M. Stallman1995-10-12 15:44:45 +0000
commit8d9583b0bcd3ebeee2843343f0ff1cdeb49dbe6a (patch)
treeb9c470b854e25e4b9caaca25f680bc0224b9368b
parent9eb48cce5583175dcac3f19bfe70c30777525459 (diff)
downloademacs-8d9583b0bcd3ebeee2843343f0ff1cdeb49dbe6a.tar.gz
emacs-8d9583b0bcd3ebeee2843343f0ff1cdeb49dbe6a.zip
(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.");
4291 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions, 4291 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
4292 "List of Functions to call before redisplaying a window with scrolling.\n\ 4292 "List of Functions to call before redisplaying a window with scrolling.\n\
4293Each function is called with two arguments, the window\n\ 4293Each function is called with two arguments, the window\n\
4294and its new display-start position."); 4294and its new display-start position. Note that the value of `window-end'\n\
4295is not valid when these functions are called.");
4295 Vwindow_scroll_functions = Qnil; 4296 Vwindow_scroll_functions = Qnil;
4296} 4297}
4297 4298