diff options
| author | Paul Eggert | 2013-03-10 21:07:45 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-10 21:07:45 -0700 |
| commit | 307d0e95ee9da988333c9d373b9955300bbaa340 (patch) | |
| tree | 436966a86703be66295be9c86944ca02d34a51c4 /src | |
| parent | cb0290dfa24e02a8b0967e5674e37e440c1b6e7e (diff) | |
| download | emacs-307d0e95ee9da988333c9d373b9955300bbaa340.tar.gz emacs-307d0e95ee9da988333c9d373b9955300bbaa340.zip | |
Spelling fixes.
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 5e3f4427538..c0afa80d5e8 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -1163,7 +1163,7 @@ insert_from_buffer_1 (struct buffer *buf, | |||
| 1163 | /* Record undo information and adjust markers and position keepers for | 1163 | /* Record undo information and adjust markers and position keepers for |
| 1164 | a replacement of a text PREV_TEXT at FROM to a new text of LEN | 1164 | a replacement of a text PREV_TEXT at FROM to a new text of LEN |
| 1165 | chars (LEN_BYTE bytes). If TEXT_AT_GAP_TAIL, the new text | 1165 | chars (LEN_BYTE bytes). If TEXT_AT_GAP_TAIL, the new text |
| 1166 | resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BNYTE) | 1166 | resides at the gap tail; i.e. at (GAP_END_ADDR - LEN_BYTE) |
| 1167 | Otherwise, the text resides in the gap just after GPT_BYTE. | 1167 | Otherwise, the text resides in the gap just after GPT_BYTE. |
| 1168 | 1168 | ||
| 1169 | PREV_TEXT nil means the new text was just inserted. */ | 1169 | PREV_TEXT nil means the new text was just inserted. */ |