diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
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. | |||
| 5729 | When the value is 0.0, point goes at the bottom line, which in the simple | 5729 | When the value is 0.0, point goes at the bottom line, which in the simple |
| 5730 | case that you moved off with C-f means scrolling just one line. 1.0 means | 5730 | case that you moved off with C-f means scrolling just one line. 1.0 means |
| 5731 | point goes at the top, so that in that simple case, the window | 5731 | point goes at the top, so that in that simple case, the window |
| 5732 | window scrolls by a full window height. Meaningful values are | 5732 | scrolls by a full window height. Meaningful values are |
| 5733 | between 0.0 and 1.0, inclusive. */); | 5733 | between 0.0 and 1.0, inclusive. */); |
| 5734 | 5734 | ||
| 5735 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", | 5735 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", |
| @@ -5742,7 +5742,7 @@ that fraction of the window's height from the top of the window. | |||
| 5742 | When the value is 0.0, point goes at the top line, which in the simple | 5742 | When the value is 0.0, point goes at the top line, which in the simple |
| 5743 | case that you moved off with C-b means scrolling just one line. 1.0 means | 5743 | case that you moved off with C-b means scrolling just one line. 1.0 means |
| 5744 | point goes at the bottom, so that in that simple case, the window | 5744 | point goes at the bottom, so that in that simple case, the window |
| 5745 | window scrolls by a full window height. Meaningful values are | 5745 | scrolls by a full window height. Meaningful values are |
| 5746 | between 0.0 and 1.0, inclusive. */); | 5746 | between 0.0 and 1.0, inclusive. */); |
| 5747 | 5747 | ||
| 5748 | /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, | 5748 | /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, |