]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Correct capitalization error in
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 19 Jul 2004 00:54:04 +0000 (00:54 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 19 Jul 2004 00:54:04 +0000 (00:54 +0000)
`window-scroll-functions' docstring.

src/ChangeLog
src/xdisp.c

index 9765ec9403c90e6ade30e47b7d51bdb6868c4dcf..1dfa2344f2876e8dddde4e5acc36241b7d13266a 100644 (file)
@@ -1,3 +1,8 @@
+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
index c92a8ee79d25a6cce630e7f492feac084e0f9d49..d273de7484711c4d6cc866cca66ed9a6ea53cef6 100644 (file)
@@ -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.  */);