]> git.eshelyaron.com Git - emacs.git/commitdiff
src/xdisp.c (try_window_id): Update commentary.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Jan 2014 11:28:57 +0000 (13:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Jan 2014 11:28:57 +0000 (13:28 +0200)
src/xdisp.c

index de553a71f977c17d028fe8b06717614a75b301cf..99471d1df1963bb176bb6fd2d35975e08c7c9787 100644 (file)
@@ -17333,9 +17333,16 @@ row_containing_pos (struct window *w, ptrdiff_t charpos,
 
    Value is
 
-   1   if display has been updated
-   0   if otherwise unsuccessful
+   >= 1        if successful, i.e. display has been updated
+         specifically:
+         1 means the changes were in front of a newline that precedes
+           the window start, and the whole current matrix was reused
+         2 means the changes were after the last position displayed
+           in the window, and the whole current matrix was reused
+         3 means portions of the current matrix were reused, while
+           some of the screen lines were redrawn
    -1  if redisplay with same window start is known not to succeed
+   0   if otherwise unsuccessful
 
    The following steps are performed: