diff options
| author | Juanma Barranquero | 2002-07-03 09:49:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-03 09:49:28 +0000 |
| commit | f458a8e091b4a144736f2eaaebdcc773af2006fa (patch) | |
| tree | e8b64611b5b97e6b70af4ce6e387d63677725670 /src | |
| parent | 9af6aa14adbd01c01e3d9ebc75192b6cf950ea13 (diff) | |
| download | emacs-f458a8e091b4a144736f2eaaebdcc773af2006fa.tar.gz emacs-f458a8e091b4a144736f2eaaebdcc773af2006fa.zip | |
Fix typo.
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 25bf5f9ad93..0c4f20f1253 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2685,7 +2685,7 @@ encode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes) | |||
| 2685 | 2685 | ||
| 2686 | /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 | 2686 | /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 |
| 2687 | are the 1st and 2nd position-codes of Big5 in BIG5 coding system. | 2687 | are the 1st and 2nd position-codes of Big5 in BIG5 coding system. |
| 2688 | C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal | 2688 | C1 and C2 are the 1st and 2nd position-codes of Emacs' internal |
| 2689 | format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ | 2689 | format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ |
| 2690 | 2690 | ||
| 2691 | /* Number of Big5 characters which have the same code in 1st byte. */ | 2691 | /* Number of Big5 characters which have the same code in 1st byte. */ |