]> git.eshelyaron.com Git - emacs.git/commitdiff
(try_window_id): Fix typos in comments.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Oct 2009 16:39:05 +0000 (16:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Oct 2009 16:39:05 +0000 (16:39 +0000)
src/xdisp.c

index 614c349cfb4c48093359c98a5feb478b83d4631e..cad27a9aed4d6e38ecdc588b0f91d8f6185d6d1e 100644 (file)
@@ -14879,7 +14879,7 @@ try_window_id (w)
          || !WINDOW_FULL_WIDTH_P (w)))
     GIVE_UP (4);
 
-  /* Give up if point is not known NOT to appear in W.  */
+  /* Give up if point is known NOT to appear in W.  */
   if (PT < CHARPOS (start))
     GIVE_UP (5);
 
@@ -14909,7 +14909,7 @@ try_window_id (w)
   if (!NILP (w->region_showing))
     GIVE_UP (10);
 
-  /* Can't use this if overlay arrow position and or string have
+  /* Can't use this if overlay arrow position and/or string have
      changed.  */
   if (overlay_arrows_changed_p ())
     GIVE_UP (12);