comparison src/buffer.c @ 48947:3bdd36228f48

(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 18:07:41 +0000
parents 67a496befc04
children 8c97b527621e
comparison
equal deleted inserted replaced
48946:2c4a754e02b6 48947:3bdd36228f48
5521 DEFVAR_PER_BUFFER ("scroll-up-aggressively", 5521 DEFVAR_PER_BUFFER ("scroll-up-aggressively",
5522 &current_buffer->scroll_up_aggressively, Qnil, 5522 &current_buffer->scroll_up_aggressively, Qnil,
5523 doc: /* *If a number, scroll display up aggressively. 5523 doc: /* *If a number, scroll display up aggressively.
5524 If scrolling a window because point is below the window end, choose 5524 If scrolling a window because point is below the window end, choose
5525 a new window start so that point ends up that fraction of the window's 5525 a new window start so that point ends up that fraction of the window's
5526 height from the bottom of the window. */); 5526 height from the bottom of the window. Meaningful values are
5527 between 0.0 and 1.0, inclusive. */);
5527 5528
5528 DEFVAR_PER_BUFFER ("scroll-down-aggressively", 5529 DEFVAR_PER_BUFFER ("scroll-down-aggressively",
5529 &current_buffer->scroll_down_aggressively, Qnil, 5530 &current_buffer->scroll_down_aggressively, Qnil,
5530 doc: /* *If a number, scroll display down aggressively. 5531 doc: /* *If a number, scroll display down aggressively.
5531 If scrolling a window because point is above the window start, choose 5532 If scrolling a window because point is above the window start, choose
5532 a new window start so that point ends up that fraction of the window's 5533 a new window start so that point ends up that fraction of the window's
5533 height from the top of the window. */); 5534 height from the top of the window. Meaningful values are
5535 between 0.0 and 1.0, inclusive. */);
5534 5536
5535 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, 5537 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
5536 "Don't ask."); 5538 "Don't ask.");
5537 */ 5539 */
5538 5540