(syms_of_buffer): Doc fixes for scroll-...-aggressively.
This commit is contained in:
parent
46226c1d99
commit
6524d9553d
1 changed files with 4 additions and 4 deletions
|
@ -5426,16 +5426,16 @@ window-systems. */);
|
|||
DEFVAR_PER_BUFFER ("scroll-up-aggressively",
|
||||
¤t_buffer->scroll_up_aggressively, Qnil,
|
||||
doc: /* *If a number, scroll display up aggressively.
|
||||
If scrolling a window because point is above the window start, choose
|
||||
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 top of the window. */);
|
||||
height from the bottom of the window. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("scroll-down-aggressively",
|
||||
¤t_buffer->scroll_down_aggressively, Qnil,
|
||||
doc: /* *If a number, scroll display down aggressively.
|
||||
If scrolling a window because point is below the window end, choose
|
||||
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 bottom of the window. */);
|
||||
height from the top of the window. */);
|
||||
|
||||
/*DEFVAR_LISP ("debug-check-symbol", &Vcheck_symbol,
|
||||
"Don't ask.");
|
||||
|
|
Loading…
Add table
Reference in a new issue