aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorDave Love2002-10-06 21:16:08 +0000
committerDave Love2002-10-06 21:16:08 +0000
commit5998373a0c8a93a0994557897251f765a1b59737 (patch)
treeacd4cdb3b78e7046c8f02716923fdb1c58a2c2f9 /src/coding.h
parent7acf89e6381eb940ef3a405fa7714e2c07d7a6e9 (diff)
downloademacs-5998373a0c8a93a0994557897251f765a1b59737.tar.gz
emacs-5998373a0c8a93a0994557897251f765a1b59737.zip
Comment fix.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h4
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