aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-23 18:07:41 +0000
committerRichard M. Stallman2002-12-23 18:07:41 +0000
commit175e9712b72d1a7fe0c21ac8dd3892efa155442b (patch)
tree34ece723998ba8514ae45568329b0a04434cded6 /src/buffer.c
parent37dc84ffa8ea944866ab062e23c78dd9d2671b3e (diff)
downloademacs-175e9712b72d1a7fe0c21ac8dd3892efa155442b.tar.gz
emacs-175e9712b72d1a7fe0c21ac8dd3892efa155442b.zip
(syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 9836ecc4db0..9e7b71805b8 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5523,14 +5523,16 @@ window-systems. */);
5523 doc: /* *If a number, scroll display up aggressively. 5523 doc: /* *If a number, scroll display up aggressively.
5524If scrolling a window because point is below the window end, choose 5524If scrolling a window because point is below the window end, choose
5525a new window start so that point ends up that fraction of the window's 5525a new window start so that point ends up that fraction of the window's
5526height from the bottom of the window. */); 5526height from the bottom of the window. Meaningful values are
5527between 0.0 and 1.0, inclusive. */);
5527 5528
5528 DEFVAR_PER_BUFFER ("scroll-down-aggressively", 5529 DEFVAR_PER_BUFFER ("scroll-down-aggressively",
5529 &current_buffer->scroll_down_aggressively, Qnil, 5530 &current_buffer->scroll_down_aggressively, Qnil,
5530 doc: /* *If a number, scroll display down aggressively. 5531 doc: /* *If a number, scroll display down aggressively.
5531If scrolling a window because point is above the window start, choose 5532If scrolling a window because point is above the window start, choose
5532a new window start so that point ends up that fraction of the window's 5533a new window start so that point ends up that fraction of the window's
5533height from the top of the window. */); 5534height from the top of the window. Meaningful values are
5535between 0.0 and 1.0, inclusive. */);
5534 5536
5535/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, 5537/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
5536 "Don't ask."); 5538 "Don't ask.");