aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 17:33:57 -0500
committerGlenn Morris2018-02-16 17:33:57 -0500
commit69107f347b3ac7f51cd22333f57393fd735915f2 (patch)
treeb1dbe911192a77d9be141538b4ee3df5b79ebfcf /src/coding.c
parentaaad1e62f3e87873135a465530d6686bed5dc4c3 (diff)
downloademacs-69107f347b3ac7f51cd22333f57393fd735915f2.tar.gz
emacs-69107f347b3ac7f51cd22333f57393fd735915f2.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
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)
3980 /* Reset the invocation and designation status to the safest 3980 /* Reset the invocation and designation status to the safest
3981 one; i.e. designate ASCII to the graphic register 0, and 3981 one; i.e. designate ASCII to the graphic register 0, and
3982 invoke that register to the graphic plane 0. This typically 3982 invoke that register to the graphic plane 0. This typically
3983 helps the case that an designation sequence for ASCII "ESC ( 3983 helps the case that a designation sequence for ASCII "ESC (
3984 B" is somehow broken (e.g. broken by a newline). */ 3984 B" is somehow broken (e.g. broken by a newline). */
3985 CODING_ISO_INVOCATION (coding, 0) = 0; 3985 CODING_ISO_INVOCATION (coding, 0) = 0;
3986 CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; 3986 CODING_ISO_DESIGNATION (coding, 0) = charset_ascii;