]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer) <scroll-up-aggressively>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 23 Aug 2000 11:54:24 +0000 (11:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 23 Aug 2000 11:54:24 +0000 (11:54 +0000)
<scroll-down-aggressively>: Likewise.

src/ChangeLog
src/buffer.c

index f13d78c2293e6d5f61420e21f55bc28f1972edb2..397e24e6cc9c2d149f1bf30bcef1ec27c883c003 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
+       <scroll-down-aggressively>: Likewise.
+
 2000-08-23  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (encode_eol): Fix bug for the case of dst_bytes being
index 9e2142b0bfc9e3dc50ba59ac36903319a4b04231..50b982fb3fd3788c873964bfa316e6fd831ebd9f 100644 (file)
@@ -4707,7 +4707,7 @@ Automatically becomes buffer-local when set in any fashion.\n");
     "*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 @@ Automatically becomes buffer-local when set in any fashion.");
     "*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,