1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(try_window_id): Fix typos in comments.

This commit is contained in:
Eli Zaretskii 2009-10-10 16:39:05 +00:00
parent 997d1c4dd0
commit ec6870e05f

View File

@ -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);