]> git.eshelyaron.com Git - emacs.git/commitdiff
Extend comment for optional_new_start.
authorGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 20:43:26 +0000 (20:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 20:43:26 +0000 (20:43 +0000)
src/window.h

index 10aa6338139a8c8fba2dd3d3c4da04235c4cefd3..ca507cd16259b673d8b69a4e15abc8408d3c5936 100644 (file)
@@ -126,7 +126,9 @@ struct window
        set up for it in advance.  Set by scrolling commands.  */
     Lisp_Object force_start;
     /* Non-nil means we have explicitly changed the value of start,
-       but that the next redisplay is not obliged to use the new value.  */
+       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.  */
     Lisp_Object optional_new_start;
     /* Number of columns display within the window is scrolled to the left.  */
     Lisp_Object hscroll;