Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 90379:f3408d3c3e15 | 90380:4bf7966e0788 |
|---|---|
| 6148 gap area of the buffer, and CODING->src_pos specifies the offset of | 6148 gap area of the buffer, and CODING->src_pos specifies the offset of |
| 6149 the text from GPT (which must be the same as PT). If this is the | 6149 the text from GPT (which must be the same as PT). If this is the |
| 6150 same buffer as CODING->dst_object, CODING->src_pos must be | 6150 same buffer as CODING->dst_object, CODING->src_pos must be |
| 6151 negative. | 6151 negative. |
| 6152 | 6152 |
| 6153 If CODING->src_object is a string, CODING->src_pos in an index to | 6153 If CODING->src_object is a string, CODING->src_pos is an index to |
| 6154 that string. | 6154 that string. |
| 6155 | 6155 |
| 6156 If CODING->src_object is nil, CODING->source must already point to | 6156 If CODING->src_object is nil, CODING->source must already point to |
| 6157 the non-relocatable memory area. In this case, CODING->src_pos is | 6157 the non-relocatable memory area. In this case, CODING->src_pos is |
| 6158 an offset from CODING->source. | 6158 an offset from CODING->source. |
