# HG changeset patch # User Kenichi Handa # Date 1238138797 0 # Node ID 41e7ab490f69c1df3a3616d6d11a585f3a907379 # Parent f556415c326b6584a09c928345955632dc1d0dbb (Fdetect_coding_string): Improve the docstrings. diff -r f556415c326b -r 41e7ab490f69 src/coding.c --- a/src/coding.c Fri Mar 27 07:25:44 2009 +0000 +++ b/src/coding.c Fri Mar 27 07:26:37 2009 +0000 @@ -8557,6 +8557,8 @@ 1, 2, 0, doc: /* Detect coding system of the text in STRING. Return a list of possible coding systems ordered by priority. +The coding systems to try and their priorities follows what +the function `coding-system-priority-list' (which see) returns. If only ASCII characters are found (except for such ISO-2022 control characters as ESC), it returns a list of single element `undecided'