# HG changeset patch # User Kenichi Handa # Date 1047555138 0 # Node ID 71039837d8818e67f3937584dec7560362ca9a41 # Parent 34d5ae26ea24f585bd12fde711238435237c61a4 (Fdetect_coding_region): Fix docstring. diff -r 34d5ae26ea24 -r 71039837d881 src/coding.c --- a/src/coding.c Thu Mar 13 11:16:16 2003 +0000 +++ b/src/coding.c Thu Mar 13 11:32:18 2003 +0000 @@ -6314,8 +6314,11 @@ DEFUN ("detect-coding-region", Fdetect_coding_region, Sdetect_coding_region, 2, 3, 0, - doc: /* Detect coding system of the text in the region between START and END. -Return a list of possible coding systems ordered by priority. + doc: /* Detect how the byte sequence in the region is encoded. +Return a list of possible coding systems used on decoding a byte +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 `undecided' or its subsidiary coding system according to a detected