diff options
| author | Eli Zaretskii | 2000-08-23 11:54:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-23 11:54:24 +0000 |
| commit | 9b47cfe0f37110b674fc7153cebad252bd3d3539 (patch) | |
| tree | f9fca779c687f58d1db5ae327f0a5049568e051a /src/buffer.c | |
| parent | c5d00c648c737b02f23e8b3db508affae15f804b (diff) | |
| download | emacs-9b47cfe0f37110b674fc7153cebad252bd3d3539.tar.gz emacs-9b47cfe0f37110b674fc7153cebad252bd3d3539.zip | |
(syms_of_buffer) <scroll-up-aggressively>: Doc fix.
<scroll-down-aggressively>: Likewise.
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 9e2142b0bfc..50b982fb3fd 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4707,7 +4707,7 @@ Automatically becomes buffer-local when set in any fashion.\n"); | |||
| 4707 | "*If a number, scroll display up aggressively.\n\ | 4707 | "*If a number, scroll display up aggressively.\n\ |
| 4708 | If scrolling a window because point is above the window start, choose\n\ | 4708 | If scrolling a window because point is above the window start, choose\n\ |
| 4709 | a new window start so that point ends up that fraction of the window's\n\ | 4709 | a new window start so that point ends up that fraction of the window's\n\ |
| 4710 | height from the bottom of the window.\n\ | 4710 | height from the top of the window.\n\ |
| 4711 | Automatically becomes buffer-local when set in any fashion."); | 4711 | Automatically becomes buffer-local when set in any fashion."); |
| 4712 | 4712 | ||
| 4713 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", | 4713 | DEFVAR_PER_BUFFER ("scroll-down-aggressively", |
| @@ -4715,7 +4715,7 @@ Automatically becomes buffer-local when set in any fashion."); | |||
| 4715 | "*If a number, scroll display down aggressively.\n\ | 4715 | "*If a number, scroll display down aggressively.\n\ |
| 4716 | If scrolling a window because point is below the window end, choose\n\ | 4716 | If scrolling a window because point is below the window end, choose\n\ |
| 4717 | a new window start so that point ends up that fraction of the window's\n\ | 4717 | a new window start so that point ends up that fraction of the window's\n\ |
| 4718 | height from the top of the window.\n\ | 4718 | height from the bottom of the window.\n\ |
| 4719 | Automatically becomes buffer-local when set in any fashion."); | 4719 | Automatically becomes buffer-local when set in any fashion."); |
| 4720 | 4720 | ||
| 4721 | /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, | 4721 | /*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol, |