comparison src/buffer.c @ 64469:c9c8b7be7119

(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 16:32:35 +0000
parents a1807609d4c2
children 339bbffbcd05
comparison
equal deleted inserted replaced
64468:867fa17a0c18 64469:c9c8b7be7119
5727 means scroll to center point. A fraction means scroll to put point 5727 means scroll to center point. A fraction means scroll to put point
5728 that fraction of the window's height from the bottom of the window. 5728 that fraction of the window's height from the bottom of the window.
5729 When the value is 0.0, point goes at the bottom line, which in the simple 5729 When the value is 0.0, point goes at the bottom line, which in the simple
5730 case that you moved off with C-f means scrolling just one line. 1.0 means 5730 case that you moved off with C-f means scrolling just one line. 1.0 means
5731 point goes at the top, so that in that simple case, the window 5731 point goes at the top, so that in that simple case, the window
5732 window scrolls by a full window height. Meaningful values are 5732 scrolls by a full window height. Meaningful values are
5733 between 0.0 and 1.0, inclusive. */); 5733 between 0.0 and 1.0, inclusive. */);
5734 5734
5735 DEFVAR_PER_BUFFER ("scroll-down-aggressively", 5735 DEFVAR_PER_BUFFER ("scroll-down-aggressively",
5736 &current_buffer->scroll_down_aggressively, Qnil, 5736 &current_buffer->scroll_down_aggressively, Qnil,
5737 doc: /* How far to scroll windows downward. 5737 doc: /* How far to scroll windows downward.
5740 means scroll to center point. A fraction means scroll to put point 5740 means scroll to center point. A fraction means scroll to put point
5741 that fraction of the window's height from the top of the window. 5741 that fraction of the window's height from the top of the window.
5742 When the value is 0.0, point goes at the top line, which in the simple 5742 When the value is 0.0, point goes at the top line, which in the simple
5743 case that you moved off with C-b means scrolling just one line. 1.0 means 5743 case that you moved off with C-b means scrolling just one line. 1.0 means
5744 point goes at the bottom, so that in that simple case, the window 5744 point goes at the bottom, so that in that simple case, the window
5745 window scrolls by a full window height. Meaningful values are 5745 scrolls by a full window height. Meaningful values are
5746 between 0.0 and 1.0, inclusive. */); 5746 between 0.0 and 1.0, inclusive. */);
5747 5747
5748 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, 5748 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
5749 "Don't ask."); 5749 "Don't ask.");
5750 */ 5750 */