# HG changeset patch # User Juri Linkov # Date 1121704355 0 # Node ID c9c8b7be7119d775fa563bf07e0ef6e6eb975fe7 # Parent 867fa17a0c18423516ea14b3f21de454cb49c76f (scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words. diff -r 867fa17a0c18 -r c9c8b7be7119 src/buffer.c --- a/src/buffer.c Mon Jul 18 16:31:54 2005 +0000 +++ b/src/buffer.c Mon Jul 18 16:32:35 2005 +0000 @@ -5729,7 +5729,7 @@ 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 @@ 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,