diff options
| author | Eli Zaretskii | 2010-03-02 23:43:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-02 23:43:50 +0200 |
| commit | 685ebdc8b1fa96e798bf39947c5077bc415cfb2e (patch) | |
| tree | 52acf2a8740a4e6a73de9ce3284158b52670024a /src | |
| parent | 7187cdaef8a35b0d1338953230fc25dda4c30bbb (diff) | |
| download | emacs-685ebdc8b1fa96e798bf39947c5077bc415cfb2e.tar.gz emacs-685ebdc8b1fa96e798bf39947c5077bc415cfb2e.zip | |
(emacs_mule_char): Fix a typo in commentary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 27931c123d2..df81eaba16e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2065,7 +2065,7 @@ detect_coding_emacs_mule (coding, detect_info) | |||
| 2065 | /* Parse emacs-mule multibyte sequence at SRC and return the decoded | 2065 | /* Parse emacs-mule multibyte sequence at SRC and return the decoded |
| 2066 | character. If CMP_STATUS indicates that we must expect MSEQ or | 2066 | character. If CMP_STATUS indicates that we must expect MSEQ or |
| 2067 | RULE described above, decode it and return the negative value of | 2067 | RULE described above, decode it and return the negative value of |
| 2068 | the deocded character or rule. If an invalid byte is found, return | 2068 | the decoded character or rule. If an invalid byte is found, return |
| 2069 | -1. If SRC is too short, return -2. */ | 2069 | -1. If SRC is too short, return -2. */ |
| 2070 | 2070 | ||
| 2071 | int | 2071 | int |