]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdetect_coding_region, Fdetect_coding_string): Fix
authorKenichi Handa <handa@m17n.org>
Mon, 28 Aug 2006 04:18:47 +0000 (04:18 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 28 Aug 2006 04:18:47 +0000 (04:18 +0000)
docstring about ISO-2022 control characters.

src/coding.c

index 28e7a3fafc129447ce1918e4d084ea2693b5999b..1603b44e0984d507a84c7dc5a12126f652550436 100644 (file)
@@ -6658,7 +6658,8 @@ sequence containing the bytes in the region between START and END when
 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 @@ sequence containing the bytes in STRING when 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.