diff options
| author | Karl Heuer | 1998-06-20 22:06:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-06-20 22:06:30 +0000 |
| commit | 94487c4e376640bab3281d19b19bbca531ab78ec (patch) | |
| tree | e3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /src/coding.c | |
| parent | 799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff) | |
| download | emacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz emacs-94487c4e376640bab3281d19b19bbca531ab78ec.zip | |
Doc fixes.
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. */ |