# HG changeset patch # User Luc Teirlinck # Date 1090198220 0 # Node ID 1dae117d613406037e6d4075b7438032a3b35869 # Parent d9fdff5fee260267fe8a08724d449bb22ac18326 (syms_of_xdisp): Correct capitalization error in `window-scroll-functions' docstring. diff -r d9fdff5fee26 -r 1dae117d6134 src/xdisp.c --- a/src/xdisp.c Sun Jul 18 16:23:45 2004 +0000 +++ b/src/xdisp.c Mon Jul 19 00:50:20 2004 +0000 @@ -22178,7 +22178,7 @@ 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. */);