Mercurial > emacs
changeset 105126:82212781ad78
Fix a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 20 Sep 2009 16:44:50 +0000 |
parents | 5b60f304b8d9 |
children | fb0a1e29af2a |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Sep 20 16:06:53 2009 +0000 +++ b/src/xdisp.c Sun Sep 20 16:44:50 2009 +0000 @@ -14886,7 +14886,8 @@ if (!NILP (w->region_showing)) GIVE_UP (10); - /* Can use this if overlay arrow position and or string have changed. */ + /* Can't use this if overlay arrow position and or string have + changed. */ if (overlay_arrows_changed_p ()) GIVE_UP (12);