changeset 6068:f67817990735

(direct_output_for_insert): Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Thu, 24 Feb 1994 20:04:27 +0000
parents 25c4f2fe81d1
children 07045ca8ff19
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Thu Feb 24 20:01:13 1994 +0000
+++ b/src/dispnew.c	Thu Feb 24 20:04:27 1994 +0000
@@ -880,7 +880,7 @@
 #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 */