diff options
| author | Glenn Morris | 2018-02-16 16:33:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 16:33:36 -0500 |
| commit | 9ab3df197f1ee7f23df30f554209b863369f06ee (patch) | |
| tree | 7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/coding.c | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
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 a7b040e2712..582b9268dbf 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -252,7 +252,7 @@ decode_coding_XXXX (struct coding_system *coding) | |||
| 252 | CODING_RESULT_XXX indicating how the encoding finished. | 252 | CODING_RESULT_XXX indicating how the encoding finished. |
| 253 | 253 | ||
| 254 | DST_BYTES zero means that source area and destination area are | 254 | DST_BYTES zero means that source area and destination area are |
| 255 | overlapped, which means that we can produce a encoded text until it | 255 | overlapped, which means that we can produce an encoded text until it |
| 256 | reaches at the head of not-yet-encoded source text. | 256 | reaches at the head of not-yet-encoded source text. |
| 257 | 257 | ||
| 258 | Below is a template of these functions. */ | 258 | Below is a template of these functions. */ |