diff options
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. */ |