diff options
| author | Karl Heuer <kwzh@gnu.org> | 1995-07-20 20:02:38 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1995-07-20 20:02:38 +0000 |
| commit | a7f38d28b20318ba55da1334783bb77f4d143d4f (patch) | |
| tree | 32b9ec09d7f8b01304ba2474b175c968b54d8930 /src | |
| parent | 398ffa926bb13afa13fa1f087b876263ac891939 (diff) | |
| download | emacs-a7f38d28b20318ba55da1334783bb77f4d143d4f.tar.gz | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
