emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117662: src/window.c (window_scroll_pixel_based)


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117662: src/window.c (window_scroll_pixel_based): Fix a typo in a comment.
Date: Mon, 03 Nov 2014 18:22:19 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117662
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-11-03 20:22:07 +0200
message:
  src/window.c (window_scroll_pixel_based): Fix a typo in a comment.
modified:
  src/window.c                   window.c-20091113204419-o5vbwnq5f7feedwu-231
=== modified file 'src/window.c'
--- a/src/window.c      2014-09-29 19:10:28 +0000
+++ b/src/window.c      2014-11-03 18:22:07 +0000
@@ -4937,8 +4937,8 @@
       /* The function move_iterator_vertically may move over more than
         the specified y-distance.  If it->w is small, e.g. a
         mini-buffer window, we may end up in front of the window's
-        display area.  This is the case when Start displaying at the
-        start of the line containing PT in this case.  */
+        display area.  Start displaying at the start of the line
+        containing PT in this case.  */
       if (it.current_y <= 0)
        {
          init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);


reply via email to

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