From: Karl Heuer Date: Thu, 20 Jul 1995 20:02:38 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~3242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7f38d28b20318ba55da1334783bb77f4d143d4f;p=emacs.git Comment change. --- diff --git a/src/insdel.c b/src/insdel.c index 18a2d6e11b6..983e14eb7fb 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;