2010-12-27 Andreas Schwab <schwab@linux-m68k.org>
+ * scroll.c: Fix comment.
+
* dispnew.c (add_window_display_history)
(add_frame_display_history, glyph_row_slice_p)
(find_glyph_row_slice, flush_stdout)
\f
/* 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)