diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index af729775f92..65d2a1eef01 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6150,7 +6150,7 @@ produce_annotation (coding, pos) | |||
| 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 |