changeset 31128:89c7c0e869af

(syms_of_buffer) <scroll-up-aggressively>: Doc fix. <scroll-down-aggressively>: Likewise.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 23 Aug 2000 11:53:23 +0000
parents acdb063c2011
children aa11fb167cec
files src/buffer.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed Aug 23 11:50:00 2000 +0000
+++ b/src/buffer.c	Wed Aug 23 11:53:23 2000 +0000
@@ -4707,7 +4707,7 @@
     "*If a number, scroll display up aggressively.\n\
 If scrolling a window because point is above the window start, choose\n\
 a new window start so that point ends up that fraction of the window's\n\
-height from the bottom of the window.\n\
+height from the top of the window.\n\
 Automatically becomes buffer-local when set in any fashion.");
   
   DEFVAR_PER_BUFFER ("scroll-down-aggressively",
@@ -4715,7 +4715,7 @@
     "*If a number, scroll display down aggressively.\n\
 If scrolling a window because point is below the window end, choose\n\
 a new window start so that point ends up that fraction of the window's\n\
-height from the top of the window.\n\
+height from the bottom of the window.\n\
 Automatically becomes buffer-local when set in any fashion.");
   
 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,