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