summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-07-18 16:32:35 +0000
committerJuri Linkov <juri@jurta.org>2005-07-18 16:32:35 +0000
commite5f95d5ca4869be62f17ece3de3c2d73ba39cac7 (patch)
tree5b5a7ad02102b9a70e97d556a59404bbd345e362 /src/buffer.c
parent9f4a578d78e12e98932fa9a53d68fa269f391f99 (diff)
downloademacs-e5f95d5ca4869be62f17ece3de3c2d73ba39cac7.tar.gz
(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d45546d0efb..947d24edee7 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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,