aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-02-24 20:04:27 +0000
committerKarl Heuer1994-02-24 20:04:27 +0000
commitef4d2f9e96372995b4744151e33e56d58586004e (patch)
treebe846b5a0cb65703e4e5e25908beb5ffa021bdb0 /src
parent67406ef460442417a1daa4e0e5728ecc9a8c7a42 (diff)
downloademacs-ef4d2f9e96372995b4744151e33e56d58586004e.tar.gz
emacs-ef4d2f9e96372995b4744151e33e56d58586004e.zip
(direct_output_for_insert): Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
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 */