diff options
Diffstat (limited to 'src/coding.c')
| -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 c0408fbce48..21e6dc4c192 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2678,7 +2678,7 @@ encode_coding_emacs_mule (struct coding_system *coding) | |||
| 2678 | functions in this file, some parts are NOT ACCURATE or are OVERLY | 2678 | functions in this file, some parts are NOT ACCURATE or are OVERLY |
| 2679 | SIMPLIFIED. For thorough understanding, please refer to the | 2679 | SIMPLIFIED. For thorough understanding, please refer to the |
| 2680 | original document of ISO2022. This is equivalent to the standard | 2680 | original document of ISO2022. This is equivalent to the standard |
| 2681 | ECMA-35, obtainable from <URL:http://www.ecma.ch/> (*). | 2681 | ECMA-35, obtainable from <URL:https://www.ecma.ch/> (*). |
| 2682 | 2682 | ||
| 2683 | ISO2022 provides many mechanisms to encode several character sets | 2683 | ISO2022 provides many mechanisms to encode several character sets |
| 2684 | in 7-bit and 8-bit environments. For 7-bit environments, all text | 2684 | in 7-bit and 8-bit environments. For 7-bit environments, all text |