aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-08-22 08:03:22 +0000
committerEli Zaretskii2000-08-22 08:03:22 +0000
commitdb7a3ede99dc0417686239892e7b73c167f06eb8 (patch)
tree9468db5fb3d1693bee3f0bd33bd643249e3044cc
parentff332647184808876f487afe5a86400b4e05c024 (diff)
downloademacs-db7a3ede99dc0417686239892e7b73c167f06eb8.tar.gz
emacs-db7a3ede99dc0417686239892e7b73c167f06eb8.zip
Mark inhibit-iso-escape-detection as updated in the manual.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2ec922baa36..fd3409a1d01 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -79,6 +79,7 @@ insert a non-ASCII character from your current language environment,
79the file will be saved silently with the appropriate coding. 79the file will be saved silently with the appropriate coding.
80Previously you would be prompted for a safe coding system. 80Previously you would be prompted for a safe coding system.
81 81
82+++
82** New variable `inhibit-iso-escape-detection' determines if Emacs' 83** New variable `inhibit-iso-escape-detection' determines if Emacs'
83coding system detection algorithm should pay attention to ISO2022's 84coding system detection algorithm should pay attention to ISO2022's
84escape sequences. If this variable is non-nil, the algorithm ignores 85escape sequences. If this variable is non-nil, the algorithm ignores