# HG changeset patch # User Kenichi Handa # Date 1156738727 0 # Node ID 6493d4697ad2d7a064e588b8d501e32ceebaae61 # Parent ad9a6e48c18a23e19e1db44db409b92ebbab0954 (Fdetect_coding_region, Fdetect_coding_string): Fix docstring about ISO-2022 control characters. diff -r ad9a6e48c18a -r 6493d4697ad2 src/coding.c --- 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.