diff options
| author | Richard M. Stallman | 2002-12-23 18:07:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-23 18:07:41 +0000 |
| commit | 175e9712b72d1a7fe0c21ac8dd3892efa155442b (patch) | |
| tree | 34ece723998ba8514ae45568329b0a04434cded6 /src/buffer.c | |
| parent | 37dc84ffa8ea944866ab062e23c78dd9d2671b3e (diff) | |
| download | emacs-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.c | 6 |
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. |
| 5524 | If scrolling a window because point is below the window end, choose | 5524 | If scrolling a window because point is below the window end, choose |
| 5525 | a new window start so that point ends up that fraction of the window's | 5525 | a new window start so that point ends up that fraction of the window's |
| 5526 | height from the bottom of the window. */); | 5526 | height from the bottom of the window. Meaningful values are |
| 5527 | between 0.0 and 1.0, inclusive. */); | ||
| 5527 | 5528 | ||
| 5528 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", | 5529 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", |
| 5529 | ¤t_buffer->scroll_down_aggressively, Qnil, | 5530 | ¤t_buffer->scroll_down_aggressively, Qnil, |
| 5530 | doc: /* *If a number, scroll display down aggressively. | 5531 | doc: /* *If a number, scroll display down aggressively. |
| 5531 | If scrolling a window because point is above the window start, choose | 5532 | If scrolling a window because point is above the window start, choose |
| 5532 | a new window start so that point ends up that fraction of the window's | 5533 | a new window start so that point ends up that fraction of the window's |
| 5533 | height from the top of the window. */); | 5534 | height from the top of the window. Meaningful values are |
| 5535 | between 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."); |