diff options
| author | Juanma Barranquero | 2011-02-23 20:56:30 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-23 20:56:30 +0100 |
| commit | 8307f92370e7d86aea2c78d0dbc06c5ace9c6f11 (patch) | |
| tree | 0f4b65eac80f244ac7610b5317e2163d668f22cb /src/buffer.c | |
| parent | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (diff) | |
| download | emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.tar.gz emacs-8307f92370e7d86aea2c78d0dbc06c5ace9c6f11.zip | |
Fix typos.
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 4744356d1b6..9220527313d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2429,7 +2429,7 @@ current buffer is cleared. */) | |||
| 2429 | { | 2429 | { |
| 2430 | c = STRING_CHAR_AND_LENGTH (p, bytes); | 2430 | c = STRING_CHAR_AND_LENGTH (p, bytes); |
| 2431 | /* Delete all bytes for this 8-bit character but the | 2431 | /* Delete all bytes for this 8-bit character but the |
| 2432 | last one, and change the last one to the charcter | 2432 | last one, and change the last one to the character |
| 2433 | code. */ | 2433 | code. */ |
| 2434 | bytes--; | 2434 | bytes--; |
| 2435 | del_range_2 (pos, pos, pos + bytes, pos + bytes, 0); | 2435 | del_range_2 (pos, pos, pos + bytes, pos + bytes, 0); |