]> git.eshelyaron.com Git - emacs.git/commitdiff
* scroll.c: Fix comment.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 27 Dec 2010 17:23:49 +0000 (18:23 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 27 Dec 2010 17:23:49 +0000 (18:23 +0100)
src/ChangeLog
src/scroll.c

index c640a9ef81439cbb6eec74e5d63c6e93c2be1077..fc66f43f5e589db257d29a4f727b06a7f00e8709 100644 (file)
@@ -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)
index 4d1c4045bd4a6b5b90416109167e88a5c38b5379..e3f02b013ffd919581044c44a0f66aa2918be17d 100644 (file)
@@ -877,8 +877,7 @@ scrolling_max_lines_saved (int start, int end, int *oldhash, int *newhash, int *
 \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)