# HG changeset patch # User Richard M. Stallman # Date 1025510356 0 # Node ID a8fde13e8625dc723a30c5ba3ece90c055e6c6e7 # Parent 8ce1177d6f2ef07e3fc72b91debb3bdecbc66e10 Comment change. diff -r 8ce1177d6f2e -r a8fde13e8625 src/window.h --- a/src/window.h Mon Jul 01 07:55:03 2002 +0000 +++ b/src/window.h Mon Jul 01 07:59:16 2002 +0000 @@ -129,7 +129,7 @@ /* Non-nil means we have explicitly changed the value of start, but that the next redisplay is not obliged to use the new value. This is used in Fdelete_other_windows to force a call to - Vwindow_scroll_functions. */ + Vwindow_scroll_functions; also by Frecenter with argument. */ Lisp_Object optional_new_start; /* Number of columns display within the window is scrolled to the left. */ Lisp_Object hscroll;