From a7f38d28b20318ba55da1334783bb77f4d143d4f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 20 Jul 1995 20:02:38 +0000 Subject: [PATCH] Comment change. --- src/insdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insdel.c b/src/insdel.c index 18a2d6e11b..983e14eb7f 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -646,7 +646,7 @@ del_range_1 (from, to, prepare) adjust_markers (to + GAP_SIZE, to + GAP_SIZE, - numdel - GAP_SIZE); /* Adjust the overlay center as needed. This must be done after - adjusting the markers that bound the overlays. */ + adjusting the markers that bound the overlays. */ adjust_overlays_for_delete (from, numdel); GAP_SIZE += numdel; -- 2.20.1