diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/insdel.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/insdel.c')
| -rw-r--r-- | src/insdel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/insdel.c b/src/insdel.c index 9d2572bfe62..f53d6a76c6a 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -546,7 +546,7 @@ after_change_function_restore (value) | |||
| 546 | Vafter_change_function = value; | 546 | Vafter_change_function = value; |
| 547 | } | 547 | } |
| 548 | 548 | ||
| 549 | /* Signal a change to the buffer immediatly before it happens. | 549 | /* Signal a change to the buffer immediately before it happens. |
| 550 | START and END are the bounds of the text to be changed, | 550 | START and END are the bounds of the text to be changed, |
| 551 | as Lisp objects. */ | 551 | as Lisp objects. */ |
| 552 | 552 | ||
| @@ -578,7 +578,7 @@ signal_before_change (start, end) | |||
| 578 | } | 578 | } |
| 579 | } | 579 | } |
| 580 | 580 | ||
| 581 | /* Signal a change immediatly after it happens. | 581 | /* Signal a change immediately after it happens. |
| 582 | POS is the address of the start of the changed text. | 582 | POS is the address of the start of the changed text. |
| 583 | LENDEL is the number of characters of the text before the change. | 583 | LENDEL is the number of characters of the text before the change. |
| 584 | (Not the whole buffer; just the part that was changed.) | 584 | (Not the whole buffer; just the part that was changed.) |