diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
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\ |
| 4293 | Each function is called with two arguments, the window\n\ | 4293 | Each function is called with two arguments, the window\n\ |
| 4294 | and its new display-start position."); | 4294 | and its new display-start position. Note that the value of `window-end'\n\ |
| 4295 | is not valid when these functions are called."); | ||
| 4295 | Vwindow_scroll_functions = Qnil; | 4296 | Vwindow_scroll_functions = Qnil; |
| 4296 | } | 4297 | } |
| 4297 | 4298 | ||