aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-07-19 00:54:04 +0000
committerLuc Teirlinck2004-07-19 00:54:04 +0000
commit4b9da0fb5e18515ac5e08fe12f2c15108c0a9360 (patch)
tree1f668835eb0c0e1f145eb664c45099aad4e8839b /src
parentdef26fa450224a76910200a6204f6afabc4f40b5 (diff)
downloademacs-4b9da0fb5e18515ac5e08fe12f2c15108c0a9360.tar.gz
emacs-4b9da0fb5e18515ac5e08fe12f2c15108c0a9360.zip
(syms_of_xdisp): Correct capitalization error in
`window-scroll-functions' docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xdisp.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9765ec9403c..1dfa2344f28 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2
3 * xdisp.c (syms_of_xdisp): Correct capitalization error in
4 `window-scroll-functions' docstring.
5
12004-07-17 Juanma Barranquero <lektu@terra.es> 62004-07-17 Juanma Barranquero <lektu@terra.es>
2 7
3 * keyboard.c (not_single_kboard_state): Do nothing unless 8 * 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. */);
22178 Vwindow_size_change_functions = Qnil; 22178 Vwindow_size_change_functions = Qnil;
22179 22179
22180 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions, 22180 DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
22181 doc: /* List of Functions to call before redisplaying a window with scrolling. 22181 doc: /* List of functions to call before redisplaying a window with scrolling.
22182Each function is called with two arguments, the window 22182Each function is called with two arguments, the window
22183and its new display-start position. Note that the value of `window-end' 22183and its new display-start position. Note that the value of `window-end'
22184is not valid when these functions are called. */); 22184is not valid when these functions are called. */);