From: Eli Zaretskii Date: Sat, 10 Oct 2009 16:39:05 +0000 (+0000) Subject: (try_window_id): Fix typos in comments. X-Git-Tag: emacs-pretest-23.1.90~861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec6870e05f539c42527a5b963b2444380577f6a2;p=emacs.git (try_window_id): Fix typos in comments. --- 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);