comparison src/coding.h @ 89172:0da59936bc31

Comment fix.
author Dave Love <fx@gnu.org>
date Sun, 06 Oct 2002 21:16:08 +0000
parents a55219c46b8c
children ee0338e83a2b
comparison
equal deleted inserted replaced
89171:d7ce536898bf 89172:0da59936bc31
228 /* If set, recover the original CR or LF of the already decoded text 228 /* If set, recover the original CR or LF of the already decoded text
229 when the decoding routine encounters an inconsistent eol format. */ 229 when the decoding routine encounters an inconsistent eol format. */
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
238 enables selective display. */ 238 enables selective display. */
239 #define CODING_MODE_SELECTIVE_DISPLAY 0x04 239 #define CODING_MODE_SELECTIVE_DISPLAY 0x04