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 f6945d07308..2a986fd1d4e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -315,7 +315,7 @@ Lisp_Object Vcoding_system_for_write; | |||
| 315 | Lisp_Object Vlast_coding_system_used; | 315 | Lisp_Object Vlast_coding_system_used; |
| 316 | 316 | ||
| 317 | /* A vector of length 256 which contains information about special | 317 | /* A vector of length 256 which contains information about special |
| 318 | Latin codes (espepcially for dealing with Microsoft code). */ | 318 | Latin codes (especially for dealing with Microsoft codes). */ |
| 319 | Lisp_Object Vlatin_extra_code_table; | 319 | Lisp_Object Vlatin_extra_code_table; |
| 320 | 320 | ||
| 321 | /* Flag to inhibit code conversion of end-of-line format. */ | 321 | /* Flag to inhibit code conversion of end-of-line format. */ |