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 9f709bea24c..3e4af722e4c 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -122,7 +122,7 @@ END-OF-LINE FORMAT | |||
| 122 | How text end-of-line is encoded depends on operating system. For | 122 | How text end-of-line is encoded depends on operating system. For |
| 123 | instance, Unix's format is just one byte of LF (line-feed) code, | 123 | instance, Unix's format is just one byte of LF (line-feed) code, |
| 124 | whereas DOS's format is two-byte sequence of `carriage-return' and | 124 | whereas DOS's format is two-byte sequence of `carriage-return' and |
| 125 | `line-feed' codes. MacOS's format is usually one byte of | 125 | `line-feed' codes. Classic Mac OS's format is usually one byte of |
| 126 | `carriage-return'. | 126 | `carriage-return'. |
| 127 | 127 | ||
| 128 | Since text character encoding and end-of-line encoding are | 128 | Since text character encoding and end-of-line encoding are |