]> git.eshelyaron.com Git - emacs.git/commitdiff
(direct_output_for_insert): Fix comment.
authorKarl Heuer <kwzh@gnu.org>
Thu, 24 Feb 1994 20:04:27 +0000 (20:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 24 Feb 1994 20:04:27 +0000 (20:04 +0000)
src/dispnew.c

index 6ca52618ce7f0044f60da63a112a86488d0fcbff..432cffea4b9109a71bb86844f207deaf6dc7bc55 100644 (file)
@@ -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 */