From ef4d2f9e96372995b4744151e33e56d58586004e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 24 Feb 1994 20:04:27 +0000 Subject: [PATCH] (direct_output_for_insert): Fix comment. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #ifdef USE_TEXT_PROPERTIES /* Intervals have already been adjusted, point is after the character that was just inserted. */ - /* Give up if character has is invisible. */ + /* Give up if character is invisible. */ /* Give up if character has a face property. At the moment we only lose at end of line or end of buffer and only with faces that have some background */ -- 2.39.5