diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 39fabf581bb..84b60779b34 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2345,7 +2345,7 @@ current buffer is cleared. */) | |||
| 2345 | { | 2345 | { |
| 2346 | c = STRING_CHAR_AND_LENGTH (p, bytes); | 2346 | c = STRING_CHAR_AND_LENGTH (p, bytes); |
| 2347 | /* Delete all bytes for this 8-bit character but the | 2347 | /* Delete all bytes for this 8-bit character but the |
| 2348 | last one, and change the last one to the charcter | 2348 | last one, and change the last one to the character |
| 2349 | code. */ | 2349 | code. */ |
| 2350 | bytes--; | 2350 | bytes--; |
| 2351 | del_range_2 (pos, pos, pos + bytes, pos + bytes, 0); | 2351 | del_range_2 (pos, pos, pos + bytes, pos + bytes, 0); |