diff options
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 d4b159c3dfa..134402f3256 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -212,7 +212,7 @@ enum coding_attr_index | |||
| 212 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ | 212 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ |
| 213 | coding_system_symbol, NULL) | 213 | coding_system_symbol, NULL) |
| 214 | 214 | ||
| 215 | /* Return 1 iff CODING_SYSTEM_SYMBOL is a coding system. */ | 215 | /* Return 1 if CODING_SYSTEM_SYMBOL is a coding system. */ |
| 216 | 216 | ||
| 217 | #define CODING_SYSTEM_P(coding_system_symbol) \ | 217 | #define CODING_SYSTEM_P(coding_system_symbol) \ |
| 218 | (CODING_SYSTEM_ID (coding_system_symbol) >= 0 \ | 218 | (CODING_SYSTEM_ID (coding_system_symbol) >= 0 \ |
| @@ -421,7 +421,7 @@ struct coding_system | |||
| 421 | Lisp_Object dst_object; | 421 | Lisp_Object dst_object; |
| 422 | unsigned char *destination; | 422 | unsigned char *destination; |
| 423 | 423 | ||
| 424 | /* Set to 1 iff the source of conversion is not in the member | 424 | /* Set to 1 if the source of conversion is not in the member |
| 425 | `charbuf', but at `src_object'. */ | 425 | `charbuf', but at `src_object'. */ |
| 426 | int chars_at_source; | 426 | int chars_at_source; |
| 427 | 427 | ||