diff options
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."); |