From 6d05494a28e18e9828451d78455623a54047d36d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 28 Aug 2006 04:17:18 +0000 Subject: [PATCH] (Lisp and Coding Systems): Fix description of detect-coding-region. --- lispref/nonascii.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index b22a162bb2e..ba001ca72db 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -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 -- 2.39.2