From ea5fff5f19dedcb952deb8efc0fc85522efd8d88 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 20 Sep 2009 16:44:50 +0000 Subject: [PATCH] Fix a comment. --- src/xdisp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index d0916f7f0bd..f280a5a949d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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); -- 2.11.4.GIT