comparison src/coding.c @ 30292:14a9937df1f5

(syms_of_coding): Fix typo in spelling of variable `inhibit-iso-escape-detection'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Jul 2000 14:37:54 +0000
parents b8083f5b4b7c
children 8067ad173141
comparison
equal deleted inserted replaced
30291:062625598798 30292:14a9937df1f5
6417 coding system used in each operation can't encode the text.\n\ 6417 coding system used in each operation can't encode the text.\n\
6418 \n\ 6418 \n\
6419 The default value is `select-safe-coding-system' (which see)."); 6419 The 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\
6426 By default, on reading a file, Emacs tries to detect how the text is\n\ 6426 By default, on reading a file, Emacs tries to detect how the text is\n\
6427 encoded. This code detection is sensitive to escape sequences. If\n\ 6427 encoded. This code detection is sensitive to escape sequences. If\n\