aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-18 14:37:54 +0000
committerGerd Moellmann2000-07-18 14:37:54 +0000
commit22ab2303d9a6e3c3f4bf2319ed604d09ce7624ac (patch)
treef1377950bc25f6a310d6c4bc978f01da0f0d38e7 /src/coding.c
parent34342a07bd332cdd46d3b707d155327070482646 (diff)
downloademacs-22ab2303d9a6e3c3f4bf2319ed604d09ce7624ac.tar.gz
emacs-22ab2303d9a6e3c3f4bf2319ed604d09ce7624ac.zip
(syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.
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 a42fbee3a69..b2a33c89cd1 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6419,7 +6419,7 @@ coding system used in each operation can't encode the text.\n\
6419The default value is `select-safe-coding-system' (which see)."); 6419The default value is `select-safe-coding-system' (which see).");
6420 Vselect_safe_coding_system_function = Qnil; 6420 Vselect_safe_coding_system_function = Qnil;
6421 6421
6422 DEFVAR_BOOL ("inhibit-iso-eacape-detection", 6422 DEFVAR_BOOL ("inhibit-iso-escape-detection",
6423 &inhibit_iso_escape_detection, 6423 &inhibit_iso_escape_detection,
6424 "If non-nil, Emacs ignores ISO2022's escape sequence on code detection.\n\ 6424 "If non-nil, Emacs ignores ISO2022's escape sequence on code detection.\n\
6425\n\ 6425\n\