]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Jul 1995 20:02:38 +0000 (20:02 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Jul 1995 20:02:38 +0000 (20:02 +0000)
src/insdel.c

index 18a2d6e11b635e1b8b72a480519576c92c962d0f..983e14eb7fbecec2095a21ee5e9efdc9166bb1c9 100644 (file)
@@ -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;