# HG changeset patch # User Kim F. Storm # Date 1099998992 0 # Node ID 49b5dabf0cccb94f20b692f1b765486fb2e88917 # Parent bcfa2be2012e0da5ac7b86640b313d9df008d8ee Fix commentary. diff -r bcfa2be2012e -r 49b5dabf0ccc src/window.c --- a/src/window.c Tue Nov 09 11:15:46 2004 +0000 +++ b/src/window.c Tue Nov 09 11:16:32 2004 +0000 @@ -204,7 +204,7 @@ Lisp_Object Qwindow_configuration_change_hook; Lisp_Object Vwindow_configuration_change_hook; -/* Nonzero means scroll commands try to put point +/* Non-nil means scroll commands try to put point at the same screen height as previously. */ Lisp_Object Vscroll_preserve_screen_position; @@ -4523,7 +4523,7 @@ start = it.current.pos; } - /* If scroll_preserve_screen_position is non-zero, we try to set + /* If scroll_preserve_screen_position is non-nil, we try to set point in the same window line as it is now, so get that line. */ if (!NILP (Vscroll_preserve_screen_position)) {