Mercurial > emacs
diff src/coding.c @ 90380:4bf7966e0788
(decode_coding): Typo in comment fixed.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 07 Apr 2006 12:02:40 +0000 |
| parents | 0aec08f4c729 |
| children | 263867fe7b55 |
line wrap: on
line diff
--- a/src/coding.c Fri Apr 07 05:26:55 2006 +0000 +++ b/src/coding.c Fri Apr 07 12:02:40 2006 +0000 @@ -6150,7 +6150,7 @@ same buffer as CODING->dst_object, CODING->src_pos must be negative. - If CODING->src_object is a string, CODING->src_pos in an index to + If CODING->src_object is a string, CODING->src_pos is an index to that string. If CODING->src_object is nil, CODING->source must already point to
