# HG changeset patch # User Karl Heuer # Date 806270558 0 # Node ID 2a4a6e89558d88565efd12fb5f23ac9ded7b72bc # Parent ca170048a679d32244d23318140fbf6809e82cca Comment change. diff -r ca170048a679 -r 2a4a6e89558d src/insdel.c --- a/src/insdel.c Thu Jul 20 19:29:10 1995 +0000 +++ b/src/insdel.c Thu Jul 20 20:02:38 1995 +0000 @@ -646,7 +646,7 @@ 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;