diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/nonascii.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index 8bc7e209894..70df555d877 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1074,9 +1074,9 @@ that result from encoding unsupported characters. | |||
| 1074 | used on various systems for representing end of line in files. The | 1074 | used on various systems for representing end of line in files. The |
| 1075 | Unix convention, used on GNU and Unix systems, is to use the linefeed | 1075 | Unix convention, used on GNU and Unix systems, is to use the linefeed |
| 1076 | character (also called newline). The DOS convention, used on | 1076 | character (also called newline). The DOS convention, used on |
| 1077 | MS-Windows and MS-DOS systems, is to use a carriage-return and a | 1077 | MS-Windows and MS-DOS systems, is to use a carriage return and a |
| 1078 | linefeed at the end of a line. The Mac convention is to use just | 1078 | linefeed at the end of a line. The Mac convention is to use just |
| 1079 | carriage-return. (This was the convention used in Classic Mac OS.) | 1079 | carriage return. (This was the convention used in Classic Mac OS.) |
| 1080 | 1080 | ||
| 1081 | @cindex base coding system | 1081 | @cindex base coding system |
| 1082 | @cindex variant coding system | 1082 | @cindex variant coding system |