From ec6870e05f539c42527a5b963b2444380577f6a2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 10 Oct 2009 16:39:05 +0000 Subject: [PATCH] (try_window_id): Fix typos in comments. --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 614c349cfb4..cad27a9aed4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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); -- 2.39.5