mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
(syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.
This commit is contained in:
parent
34342a07bd
commit
22ab2303d9
@ -6419,7 +6419,7 @@ coding system used in each operation can't encode the text.\n\
|
||||
The default value is `select-safe-coding-system' (which see).");
|
||||
Vselect_safe_coding_system_function = Qnil;
|
||||
|
||||
DEFVAR_BOOL ("inhibit-iso-eacape-detection",
|
||||
DEFVAR_BOOL ("inhibit-iso-escape-detection",
|
||||
&inhibit_iso_escape_detection,
|
||||
"If non-nil, Emacs ignores ISO2022's escape sequence on code detection.\n\
|
||||
\n\
|
||||
|
Loading…
Reference in New Issue
Block a user