1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

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

This commit is contained in:
Richard M. Stallman 2002-12-23 18:07:41 +00:00
parent 37dc84ffa8
commit 175e9712b7

View File

@ -5523,14 +5523,16 @@ window-systems. */);
doc: /* *If a number, scroll display up aggressively.
If scrolling a window because point is below the window end, choose
a new window start so that point ends up that fraction of the window's
height from the bottom of the window. */);
height from the bottom of the window. Meaningful values are
between 0.0 and 1.0, inclusive. */);
DEFVAR_PER_BUFFER ("scroll-down-aggressively",
&current_buffer->scroll_down_aggressively, Qnil,
doc: /* *If a number, scroll display down aggressively.
If scrolling a window because point is above the window start, choose
a new window start so that point ends up that fraction of the window's
height from the top of the window. */);
height from the top of the window. Meaningful values are
between 0.0 and 1.0, inclusive. */);
/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
"Don't ask.");