# HG changeset patch # User Eli Zaretskii # Date 1253465090 0 # Node ID 82212781ad780bb31f22458bc5e6a7a23882f653 # Parent 5b60f304b8d9ee9b2e6190ecce6efc5191b3d517 Fix a comment. diff -r 5b60f304b8d9 -r 82212781ad78 src/xdisp.c --- a/src/xdisp.c Sun Sep 20 16:06:53 2009 +0000 +++ b/src/xdisp.c Sun Sep 20 16:44:50 2009 +0000 @@ -14886,7 +14886,8 @@ 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);