mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
(syms_of_xdisp): Doc fix.
This commit is contained in:
parent
9eb48cce55
commit
8d9583b0bc
1 changed files with 2 additions and 1 deletions
|
|
@ -4291,7 +4291,8 @@ all the functions in the list are called, with the frame as argument.");
|
|||
DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
|
||||
"List of Functions to call before redisplaying a window with scrolling.\n\
|
||||
Each function is called with two arguments, the window\n\
|
||||
and its new display-start position.");
|
||||
and its new display-start position. Note that the value of `window-end'\n\
|
||||
is not valid when these functions are called.");
|
||||
Vwindow_scroll_functions = Qnil;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue