diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 6ca52618ce7..432cffea4b9 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -880,7 +880,7 @@ direct_output_for_insert (g) | |||
| 880 | #ifdef USE_TEXT_PROPERTIES | 880 | #ifdef USE_TEXT_PROPERTIES |
| 881 | /* Intervals have already been adjusted, point is after the | 881 | /* Intervals have already been adjusted, point is after the |
| 882 | character that was just inserted. */ | 882 | character that was just inserted. */ |
| 883 | /* Give up if character has is invisible. */ | 883 | /* Give up if character is invisible. */ |
| 884 | /* Give up if character has a face property. | 884 | /* Give up if character has a face property. |
| 885 | At the moment we only lose at end of line or end of buffer | 885 | At the moment we only lose at end of line or end of buffer |
| 886 | and only with faces that have some background */ | 886 | and only with faces that have some background */ |