# HG changeset patch # User Andreas Schwab # Date 1293470629 -3600 # Node ID 5753dd68911a8a678b97f0daee52bf5e72f696cf # Parent 6ce864f1550e92a284f3306b610938e4cccb79e0 * scroll.c: Fix comment. diff -r 6ce864f1550e -r 5753dd68911a src/ChangeLog --- a/src/ChangeLog Mon Dec 27 18:23:29 2010 +0100 +++ b/src/ChangeLog Mon Dec 27 18:23:49 2010 +0100 @@ -1,5 +1,7 @@ 2010-12-27 Andreas Schwab + * scroll.c: Fix comment. + * dispnew.c (add_window_display_history) (add_frame_display_history, glyph_row_slice_p) (find_glyph_row_slice, flush_stdout) diff -r 6ce864f1550e -r 5753dd68911a src/scroll.c --- a/src/scroll.c Mon Dec 27 18:23:29 2010 +0100 +++ b/src/scroll.c Mon Dec 27 18:23:49 2010 +0100 @@ -877,8 +877,7 @@ /* Return a measure of the cost of moving the lines starting with vpos FROM, up to but not including vpos TO, down by AMOUNT lines (AMOUNT - may be negative). These are the same arguments that might be given - to scroll_frame_lines to perform this scrolling. */ + may be negative). */ int scroll_cost (FRAME_PTR frame, int from, int to, int amount)