From 9ab3df197f1ee7f23df30f554209b863369f06ee Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 16 Feb 2018 16:33:36 -0500 Subject: ; Fix doc typos related to indefinite articles --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coding.c') 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) CODING_RESULT_XXX indicating how the encoding finished. DST_BYTES zero means that source area and destination area are - overlapped, which means that we can produce a encoded text until it + overlapped, which means that we can produce an encoded text until it reaches at the head of not-yet-encoded source text. Below is a template of these functions. */ -- cgit v1.2.1 From 69107f347b3ac7f51cd22333f57393fd735915f2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 16 Feb 2018 17:33:57 -0500 Subject: ; Fix doc typos related to indefinite articles --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coding.c') diff --git a/src/coding.c b/src/coding.c index 582b9268dbf..e756ba169dd 100644 --- a/src/coding.c +++ b/src/coding.c @@ -3980,7 +3980,7 @@ decode_coding_iso_2022 (struct coding_system *coding) /* Reset the invocation and designation status to the safest one; i.e. designate ASCII to the graphic register 0, and invoke that register to the graphic plane 0. This typically - helps the case that an designation sequence for ASCII "ESC ( + helps the case that a designation sequence for ASCII "ESC ( B" is somehow broken (e.g. broken by a newline). */ CODING_ISO_INVOCATION (coding, 0) = 0; CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; -- cgit v1.2.1