]> git.eshelyaron.com Git - emacs.git/commitdiff
src/window.c (window_scroll_pixel_based): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 3 Nov 2014 18:22:07 +0000 (20:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 3 Nov 2014 18:22:07 +0000 (20:22 +0200)
src/window.c

index 2210d5bc86892b6de1d8de05f68d52c6d326ef3c..b00242311a6deb05a22ba616876c7e9e789150f5 100644 (file)
@@ -4937,8 +4937,8 @@ window_scroll_pixel_based (Lisp_Object window, int n, bool whole, int noerror)
       /* 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);