From: Andreas Schwab Date: Mon, 27 Dec 2010 17:23:49 +0000 (+0100) Subject: * scroll.c: Fix comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4b607ede11227b48de24b861f728d8fd20e6753;p=emacs.git * scroll.c: Fix comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index c640a9ef814..fc66f43f5e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/scroll.c b/src/scroll.c index 4d1c4045bd4..e3f02b013ff 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -877,8 +877,7 @@ scrolling_max_lines_saved (int start, int end, int *oldhash, int *newhash, int * /* 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)