Mercurial > emacs
diff src/coding.h @ 91005:424b655804ca
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 846-851)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 88-92)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 242-244)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Mon, 13 Aug 2007 13:48:35 +0000 |
| parents | f55f9811f5d7 1677cf1c2509 |
| children | bdb3fe0ba9fa |
line wrap: on
line diff
--- a/src/coding.h Wed Aug 08 16:39:00 2007 +0000 +++ b/src/coding.h Mon Aug 13 13:48:35 2007 +0000 @@ -212,7 +212,7 @@ hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ coding_system_symbol, NULL) -/* Return 1 iff CODING_SYSTEM_SYMBOL is a coding system. */ +/* Return 1 if CODING_SYSTEM_SYMBOL is a coding system. */ #define CODING_SYSTEM_P(coding_system_symbol) \ (CODING_SYSTEM_ID (coding_system_symbol) >= 0 \ @@ -421,7 +421,7 @@ Lisp_Object dst_object; unsigned char *destination; - /* Set to 1 iff the source of conversion is not in the member + /* Set to 1 if the source of conversion is not in the member `charbuf', but at `src_object'. */ int chars_at_source;
