changeset 72551:ad9a6e48c18a

(Lisp and Coding Systems): Fix description of detect-coding-region.
author Kenichi Handa <handa@m17n.org>
date Mon, 28 Aug 2006 04:17:18 +0000
parents 666bd542be19
children 6493d4697ad2
files lispref/nonascii.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/nonascii.texi	Sun Aug 27 22:23:07 2006 +0000
+++ b/lispref/nonascii.texi	Mon Aug 28 04:17:18 2006 +0000
@@ -882,8 +882,9 @@
 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