diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 5f72c69c859..99f5ed8f805 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -8557,6 +8557,8 @@ 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' |