diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/buffer.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f13d78c2293..397e24e6cc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | ||
| 4 | <scroll-down-aggressively>: Likewise. | ||
| 5 | |||
| 1 | 2000-08-23 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-08-23 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * coding.c (encode_eol): Fix bug for the case of dst_bytes being | 8 | * coding.c (encode_eol): Fix bug for the case of dst_bytes being |
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, |