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