From 175e9712b72d1a7fe0c21ac8dd3892efa155442b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Dec 2002 18:07:41 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/buffer.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 9836ecc4db..9e7b71805b 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5523,14 +5523,16 @@ window-systems. */); doc: /* *If a number, scroll display up aggressively. If scrolling a window because point is below the window end, choose a new window start so that point ends up that fraction of the window's -height from the bottom of the window. */); +height from the bottom of the window. Meaningful values are +between 0.0 and 1.0, inclusive. */); DEFVAR_PER_BUFFER ("scroll-down-aggressively", ¤t_buffer->scroll_down_aggressively, Qnil, doc: /* *If a number, scroll display down aggressively. If scrolling a window because point is above the window start, choose a new window start so that point ends up that fraction of the window's -height from the top of the window. */); +height from the top of the window. Meaningful values are +between 0.0 and 1.0, inclusive. */); /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, "Don't ask."); -- 2.20.1