diff options
| author | Richard M. Stallman | 2002-07-01 07:59:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-01 07:59:16 +0000 |
| commit | f47d4504cc7673d642176f6247a62124b0709e12 (patch) | |
| tree | 904d2682b5dcc0bb7fecd0eaca593c96ca3cc5eb /src | |
| parent | acda20e1c0ea1c4bc4e14279f5f42c7ae3171e75 (diff) | |
| download | emacs-f47d4504cc7673d642176f6247a62124b0709e12.tar.gz emacs-f47d4504cc7673d642176f6247a62124b0709e12.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index a85422c9729..141d482bb60 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -129,7 +129,7 @@ struct window | |||
| 129 | /* Non-nil means we have explicitly changed the value of start, | 129 | /* Non-nil means we have explicitly changed the value of start, |
| 130 | but that the next redisplay is not obliged to use the new value. | 130 | but that the next redisplay is not obliged to use the new value. |
| 131 | This is used in Fdelete_other_windows to force a call to | 131 | This is used in Fdelete_other_windows to force a call to |
| 132 | Vwindow_scroll_functions. */ | 132 | Vwindow_scroll_functions; also by Frecenter with argument. */ |
| 133 | Lisp_Object optional_new_start; | 133 | Lisp_Object optional_new_start; |
| 134 | /* Number of columns display within the window is scrolled to the left. */ | 134 | /* Number of columns display within the window is scrolled to the left. */ |
| 135 | Lisp_Object hscroll; | 135 | Lisp_Object hscroll; |