Fix a typo in a comment.
This commit is contained in:
parent
7ff4fda533
commit
d9aef30f82
1 changed files with 1 additions and 1 deletions
|
@ -4802,7 +4802,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace)
|
|||
if (coding->type == coding_type_undecided)
|
||||
{
|
||||
/* It seems that the text contains only ASCII, but we
|
||||
should not left it undecided because the deeper
|
||||
should not leave it undecided because the deeper
|
||||
decoding routine (decode_coding) tries to detect the
|
||||
encodings again in vain. */
|
||||
coding->type = coding_type_emacs_mule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue