]> code.delx.au - gnu-emacs/commitdiff
(Lisp and Coding Systems): Fix description of
authorKenichi Handa <handa@m17n.org>
Mon, 28 Aug 2006 04:17:18 +0000 (04:17 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 28 Aug 2006 04:17:18 +0000 (04:17 +0000)
detect-coding-region.

lispref/nonascii.texi

index b22a162bb2e24e46c28bc33207eb961485db5e89..ba001ca72db0b8ad9813fe2f078e66c9be8619f7 100644 (file)
@@ -882,8 +882,9 @@ decreasing priority.  But if @var{highest} is non-@code{nil}, then the
 return value is just one coding system, the one that is highest in
 priority.
 
-If the region contains only @acronym{ASCII} characters, the value
-is @code{undecided} or @code{(undecided)}, or a variant specifying
+If the region contains only @acronym{ASCII} characters except for such
+ISO-2022 control characters ISO-2022 as @code{ESC}, the value is
+@code{undecided} or @code{(undecided)}, or a variant specifying
 end-of-line conversion, if that can be deduced from the text.
 @end defun