1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 12:33:53 -08:00

(syms_of_buffer): Doc fixes for scroll-...-aggressively.

This commit is contained in:
Eli Zaretskii 2002-01-28 16:56:03 +00:00
parent 10a18e7db3
commit 2ea00ed0fb

View file

@ -5392,17 +5392,17 @@ Automatically becomes buffer-local when set in any fashion.\n");
DEFVAR_PER_BUFFER ("scroll-up-aggressively",
&current_buffer->scroll_up_aggressively, Qnil,
"*If a number, scroll display up aggressively.\n\
If scrolling a window because point is above the window start, choose\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_PER_BUFFER ("scroll-down-aggressively",
&current_buffer->scroll_down_aggressively, Qnil,
"*If a number, scroll display down aggressively.\n\
If scrolling a window because point is below the window end, choose\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_LISP ("debug-check-symbol", &Vcheck_symbol,