From: Karl Heuer Date: Thu, 24 Feb 1994 20:04:27 +0000 (+0000) Subject: (direct_output_for_insert): Fix comment. X-Git-Tag: emacs-19.34~9784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef4d2f9e96372995b4744151e33e56d58586004e;p=emacs.git (direct_output_for_insert): Fix comment. --- 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 */