# HG changeset patch # User Eli Zaretskii # Date 967031603 0 # Node ID 89c7c0e869af535220b67198cb686bd745dd9a46 # Parent acdb063c20111e2dbb4ae7e6561a3f909beea275 (syms_of_buffer) : Doc fix. : Likewise. diff -r acdb063c2011 -r 89c7c0e869af src/buffer.c --- 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,