diff options
| author | Dave Love | 2002-10-06 21:16:08 +0000 |
|---|---|---|
| committer | Dave Love | 2002-10-06 21:16:08 +0000 |
| commit | 5998373a0c8a93a0994557897251f765a1b59737 (patch) | |
| tree | acd4cdb3b78e7046c8f02716923fdb1c58a2c2f9 /src/coding.h | |
| parent | 7acf89e6381eb940ef3a405fa7714e2c07d7a6e9 (diff) | |
| download | emacs-5998373a0c8a93a0994557897251f765a1b59737.tar.gz emacs-5998373a0c8a93a0994557897251f765a1b59737.zip | |
Comment fix.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index b9e5d8208a8..17b111118ef 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -230,8 +230,8 @@ enum coding_result_code | |||
| 230 | #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 | 230 | #define CODING_MODE_INHIBIT_INCONSISTENT_EOL 0x01 |
| 231 | 231 | ||
| 232 | /* If set, the decoding/encoding routines treat the current data as | 232 | /* If set, the decoding/encoding routines treat the current data as |
| 233 | the last block of the whole text to be converted, and do | 233 | the last block of the whole text to be converted, and do the |
| 234 | appropriate fisishing job. */ | 234 | appropriate finishing job. */ |
| 235 | #define CODING_MODE_LAST_BLOCK 0x02 | 235 | #define CODING_MODE_LAST_BLOCK 0x02 |
| 236 | 236 | ||
| 237 | /* If set, it means that the current source text is in a buffer which | 237 | /* If set, it means that the current source text is in a buffer which |