diff options
| author | Luc Teirlinck | 2004-07-19 00:54:04 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-19 00:54:04 +0000 |
| commit | 4b9da0fb5e18515ac5e08fe12f2c15108c0a9360 (patch) | |
| tree | 1f668835eb0c0e1f145eb664c45099aad4e8839b /src | |
| parent | def26fa450224a76910200a6204f6afabc4f40b5 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
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 @@ | |||
| 1 | 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Correct capitalization error in | ||
| 4 | `window-scroll-functions' docstring. | ||
| 5 | |||
| 1 | 2004-07-17 Juanma Barranquero <lektu@terra.es> | 6 | 2004-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. |
| 22182 | Each function is called with two arguments, the window | 22182 | Each function is called with two arguments, the window |
| 22183 | and its new display-start position. Note that the value of `window-end' | 22183 | and its new display-start position. Note that the value of `window-end' |
| 22184 | is not valid when these functions are called. */); | 22184 | is not valid when these functions are called. */); |