]> git.eshelyaron.com Git - emacs.git/commitdiff
(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 16:32:35 +0000 (16:32 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 16:32:35 +0000 (16:32 +0000)
src/buffer.c

index d45546d0efbdba040cfc9fe33db0e19b1157911b..947d24edee76294bde74fb8644df0cd6dc95991e 100644 (file)
@@ -5729,7 +5729,7 @@ that fraction of the window's height from the bottom of the window.
 When the value is 0.0, point goes at the bottom line, which in the simple
 case that you moved off with C-f means scrolling just one line.  1.0 means
 point goes at the top, so that in that simple case, the window
-window scrolls by a full window height.  Meaningful values are
+scrolls by a full window height.  Meaningful values are
 between 0.0 and 1.0, inclusive.  */);
 
   DEFVAR_PER_BUFFER ("scroll-down-aggressively",
@@ -5742,7 +5742,7 @@ that fraction of the window's height from the top of the window.
 When the value is 0.0, point goes at the top line, which in the simple
 case that you moved off with C-b means scrolling just one line.  1.0 means
 point goes at the bottom, so that in that simple case, the window
-window scrolls by a full window height.  Meaningful values are
+scrolls by a full window height.  Meaningful values are
 between 0.0 and 1.0, inclusive.  */);
 
 /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,