Mercurial > emacs
changeset 13196:95fbb5bd0a5a
(syms_of_xdisp): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Oct 1995 15:44:45 +0000 |
parents | b558ab9fbef4 |
children | 69ab0ac9501a |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu Oct 12 15:28:46 1995 +0000 +++ b/src/xdisp.c Thu Oct 12 15:44:45 1995 +0000 @@ -4291,7 +4291,8 @@ 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; }