aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-22 14:00:19 +0000
committerEli Zaretskii2000-10-22 14:00:19 +0000
commitd9aef30f820b5b5716375bd93aeaefc566d5936f (patch)
tree5e349c1161f33fc22627cc527d5f2063461cc582 /src/coding.c
parent7ff4fda53396cda8c9b4c6807365ab8fb96569d7 (diff)
downloademacs-d9aef30f820b5b5716375bd93aeaefc566d5936f.tar.gz
emacs-d9aef30f820b5b5716375bd93aeaefc566d5936f.zip
Fix a typo in a comment.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 282f8e21e86..e833aedf525 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -4802,7 +4802,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
4802 if (coding->type == coding_type_undecided) 4802 if (coding->type == coding_type_undecided)
4803 { 4803 {
4804 /* It seems that the text contains only ASCII, but we 4804 /* It seems that the text contains only ASCII, but we
4805 should not left it undecided because the deeper 4805 should not leave it undecided because the deeper
4806 decoding routine (decode_coding) tries to detect the 4806 decoding routine (decode_coding) tries to detect the
4807 encodings again in vain. */ 4807 encodings again in vain. */
4808 coding->type = coding_type_emacs_mule; 4808 coding->type = coding_type_emacs_mule;