comparison src/coding.c @ 102738:41e7ab490f69

(Fdetect_coding_string): Improve the docstrings.
author Kenichi Handa <handa@m17n.org>
date Fri, 27 Mar 2009 07:26:37 +0000
parents f556415c326b
children 6e443d717c7b
comparison
equal deleted inserted replaced
102737:f556415c326b 102738:41e7ab490f69
8555 8555
8556 DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, 8556 DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string,
8557 1, 2, 0, 8557 1, 2, 0,
8558 doc: /* Detect coding system of the text in STRING. 8558 doc: /* Detect coding system of the text in STRING.
8559 Return a list of possible coding systems ordered by priority. 8559 Return a list of possible coding systems ordered by priority.
8560 The coding systems to try and their priorities follows what
8561 the function `coding-system-priority-list' (which see) returns.
8560 8562
8561 If only ASCII characters are found (except for such ISO-2022 control 8563 If only ASCII characters are found (except for such ISO-2022 control
8562 characters as ESC), it returns a list of single element `undecided' 8564 characters as ESC), it returns a list of single element `undecided'
8563 or its subsidiary coding system according to a detected end-of-line 8565 or its subsidiary coding system according to a detected end-of-line
8564 format. 8566 format.