changeset 72552:6493d4697ad2

(Fdetect_coding_region, Fdetect_coding_string): Fix docstring about ISO-2022 control characters.
author Kenichi Handa <handa@m17n.org>
date Mon, 28 Aug 2006 04:18:47 +0000
parents ad9a6e48c18a
children 92303e5498ea
files src/coding.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Aug 28 04:17:18 2006 +0000
+++ b/src/coding.c	Mon Aug 28 04:18:47 2006 +0000
@@ -6658,7 +6658,8 @@
 the coding system `undecided' is specified.  The list is ordered by
 priority decided in the current language environment.
 
-If only ASCII characters are found, it returns a list of single element
+If only ASCII characters are found (except for such ISO-2022 control
+characters ISO-2022 as ESC), it returns a list of single element
 `undecided' or its subsidiary coding system according to a detected
 end-of-line format.
 
@@ -6705,7 +6706,8 @@
 `undecided' is specified.  The list is ordered by priority decided in
 the current language environment.
 
-If only ASCII characters are found, it returns a list of single element
+If only ASCII characters are found (except for such ISO-2022 control
+characters ISO-2022 as ESC), it returns a list of single element
 `undecided' or its subsidiary coding system according to a detected
 end-of-line format.