changeset 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 2c4a754e02b6
children 4dfb36c387bf
files src/buffer.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon Dec 23 18:06:42 2002 +0000
+++ b/src/buffer.c	Mon Dec 23 18:07:41 2002 +0000
@@ -5523,14 +5523,16 @@
 		     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",
 		     &current_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.");