]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 20 Sep 2009 16:44:50 +0000 (16:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 20 Sep 2009 16:44:50 +0000 (16:44 +0000)
src/xdisp.c

index d0916f7f0bd623ea118dccfaf527bae4fa5f6e46..f280a5a949d2b864abca3a1f6d2a34c1bf789111 100644 (file)
@@ -14886,7 +14886,8 @@ try_window_id (w)
   if (!NILP (w->region_showing))
     GIVE_UP (10);
 
-  /* Can use this if overlay arrow position and or string have changed.  */
+  /* Can't use this if overlay arrow position and or string have
+     changed.  */
   if (overlay_arrows_changed_p ())
     GIVE_UP (12);