diff options
| author | Kenichi Handa | 2006-04-07 12:02:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-04-07 12:02:40 +0000 |
| commit | b6828792a25d042ede1ed164389531e30cc3e202 (patch) | |
| tree | 316d4703972d909cfcaf6bbe767b9672a8da2a7f /src | |
| parent | 349742c6bcf64a1dcb181f6768c64c48f89327c3 (diff) | |
| download | emacs-b6828792a25d042ede1ed164389531e30cc3e202.tar.gz emacs-b6828792a25d042ede1ed164389531e30cc3e202.zip | |
(decode_coding): Typo in comment fixed.
Diffstat (limited to 'src')
| -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 |