changeset 112022:5753dd68911a

* scroll.c: Fix comment.
author Andreas Schwab <schwab@linux-m68k.org>
date Mon, 27 Dec 2010 18:23:49 +0100
parents 6ce864f1550e
children ac49e05bfcf2
files src/ChangeLog src/scroll.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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)
--- 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)