Mercurial > emacs
changeset 32745:70dcd0333504
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 22 Oct 2000 14:00:19 +0000 |
parents | bd300e542dbc |
children | 033bb57afe0c |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Sun Oct 22 12:36:41 2000 +0000 +++ b/src/coding.c Sun Oct 22 14:00:19 2000 +0000 @@ -4802,7 +4802,7 @@ 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;