summaryrefslogtreecommitdiff
path: root/src/scroll.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2010-12-27 18:23:49 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2010-12-27 18:23:49 +0100
commitc4b607ede11227b48de24b861f728d8fd20e6753 (patch)
treef245f9498ed797763f11ceca573f5fdf6c644ae1 /src/scroll.c
parent59fc5cf9ec3651c142c9482db6f8ff5d735ad9c8 (diff)
downloademacs-c4b607ede11227b48de24b861f728d8fd20e6753.tar.gz
* scroll.c: Fix comment.
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c3
1 files changed, 1 insertions, 2 deletions
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)