comparison src/window.h @ 46107:a8fde13e8625

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jul 2002 07:59:16 +0000
parents 44b653625dac
children 23a1cea22d13
comparison
equal deleted inserted replaced
46106:8ce1177d6f2e 46107:a8fde13e8625
127 set up for it in advance. Set by scrolling commands. */ 127 set up for it in advance. Set by scrolling commands. */
128 Lisp_Object force_start; 128 Lisp_Object force_start;
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;
136 /* Minimum hscroll for automatic hscrolling. This is the value 136 /* Minimum hscroll for automatic hscrolling. This is the value
137 the user has set, by set-window-hscroll for example. */ 137 the user has set, by set-window-hscroll for example. */