Mercurial > emacs
changeset 12617:2a4a6e89558d
Comment change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Jul 1995 20:02:38 +0000 |
parents | ca170048a679 |
children | 60c4c0fee545 |
files | src/insdel.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;