From: Luc Teirlinck Date: Mon, 19 Jul 2004 00:54:04 +0000 (+0000) Subject: (syms_of_xdisp): Correct capitalization error in X-Git-Tag: ttn-vms-21-2-B4~5444 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b9da0fb5e18515ac5e08fe12f2c15108c0a9360;p=emacs.git (syms_of_xdisp): Correct capitalization error in `window-scroll-functions' docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9765ec9403c..1dfa2344f28 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-07-18 Luc Teirlinck + + * xdisp.c (syms_of_xdisp): Correct capitalization error in + `window-scroll-functions' docstring. + 2004-07-17 Juanma Barranquero * keyboard.c (not_single_kboard_state): Do nothing unless diff --git a/src/xdisp.c b/src/xdisp.c index c92a8ee79d2..d273de74847 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -22178,7 +22178,7 @@ all the functions in the list are called, with the frame as argument. */); 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. */);