`window-scroll-functions' docstring.
+2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
+
+ * xdisp.c (syms_of_xdisp): Correct capitalization error in
+ `window-scroll-functions' docstring.
+
2004-07-17 Juanma Barranquero <lektu@terra.es>
* keyboard.c (not_single_kboard_state): Do nothing unless
Vwindow_size_change_functions = Qnil;
DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
- doc: /* List of Functions to call before redisplaying a window with scrolling.
+ doc: /* List of functions to call before redisplaying a window with scrolling.
Each function is called with two arguments, the window
and its new display-start position. Note that the value of `window-end'
is not valid when these functions are called. */);