changeset 56474:1dae117d6134

(syms_of_xdisp): Correct capitalization error in `window-scroll-functions' docstring.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 19 Jul 2004 00:50:20 +0000
parents d9fdff5fee26
children 154753f8088a
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */);