Mercurial > emacs
changeset 105537:3a0c70761091
(try_window_id): Fix typos in comments.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Oct 2009 16:39:05 +0000 |
parents | 1ae9eb863fbc |
children | 2469bf0e1e63 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sat Oct 10 08:09:22 2009 +0000 +++ b/src/xdisp.c Sat Oct 10 16:39:05 2009 +0000 @@ -14879,7 +14879,7 @@ || !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 @@ 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);