Mercurial > emacs
diff src/scroll.c @ 112022:5753dd68911a
* scroll.c: Fix comment.
| author | Andreas Schwab <schwab@linux-m68k.org> |
|---|---|
| date | Mon, 27 Dec 2010 18:23:49 +0100 |
| parents | 55c8c3ca3d48 |
| children | 417b1e4d63cd |
line wrap: on
line diff
--- 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)
