(syms_of_buffer) <scroll-up-aggressively>: Doc fix.

<scroll-down-aggressively>: Likewise.
This commit is contained in:
Eli Zaretskii 2000-08-23 11:54:24 +00:00
parent c5d00c648c
commit 9b47cfe0f3
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
* buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
<scroll-down-aggressively>: Likewise.
2000-08-23 Kenichi Handa <handa@etl.go.jp>
* coding.c (encode_eol): Fix bug for the case of dst_bytes being

View file

@ -4707,7 +4707,7 @@ Automatically becomes buffer-local when set in any fashion.\n");
"*If a number, scroll display up aggressively.\n\
If scrolling a window because point is above the window start, choose\n\
a new window start so that point ends up that fraction of the window's\n\
height from the bottom of the window.\n\
height from the top of the window.\n\
Automatically becomes buffer-local when set in any fashion.");
DEFVAR_PER_BUFFER ("scroll-down-aggressively",
@ -4715,7 +4715,7 @@ Automatically becomes buffer-local when set in any fashion.");
"*If a number, scroll display down aggressively.\n\
If scrolling a window because point is below the window end, choose\n\
a new window start so that point ends up that fraction of the window's\n\
height from the top of the window.\n\
height from the bottom of the window.\n\
Automatically becomes buffer-local when set in any fashion.");
/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,