aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-14 22:32:35 +0200
committerJuanma Barranquero2010-09-14 22:32:35 +0200
commit3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch)
tree0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /src/buffer.c
parent2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff)
downloademacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz
emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.zip
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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);