emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102713: * scroll.c: Fix comment.


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102713: * scroll.c: Fix comment.
Date: Mon, 27 Dec 2010 18:23:49 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102713
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2010-12-27 18:23:49 +0100
message:
  * scroll.c: Fix comment.
modified:
  src/ChangeLog
  src/scroll.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-12-27 17:23:29 +0000
+++ b/src/ChangeLog     2010-12-27 17:23:49 +0000
@@ -1,5 +1,7 @@
 2010-12-27  Andreas Schwab  <address@hidden>
 
+       * scroll.c: Fix comment.
+
        * dispnew.c (add_window_display_history)
        (add_frame_display_history, glyph_row_slice_p)
        (find_glyph_row_slice, flush_stdout)

=== modified file 'src/scroll.c'
--- a/src/scroll.c      2010-10-01 13:56:33 +0000
+++ b/src/scroll.c      2010-12-27 17:23:49 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]