diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 6b4a620a7dc..aea463bfaa0 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6358,8 +6358,11 @@ highest priority. */) | |||
| 6358 | 6358 | ||
| 6359 | DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, | 6359 | DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, |
| 6360 | 1, 2, 0, | 6360 | 1, 2, 0, |
| 6361 | doc: /* Detect coding system of the text in STRING. | 6361 | doc: /* Detect how the byte sequence in STRING is encoded. |
| 6362 | Return a list of possible coding systems ordered by priority. | 6362 | Return a list of possible coding systems used on decoding a byte |
| 6363 | sequence containing the bytes in STRING when the coding system | ||
| 6364 | `undecided' is specified. The list is ordered by priority decided in | ||
| 6365 | the current language environment. | ||
| 6363 | 6366 | ||
| 6364 | If only ASCII characters are found, it returns a list of single element | 6367 | If only ASCII characters are found, it returns a list of single element |
| 6365 | `undecided' or its subsidiary coding system according to a detected | 6368 | `undecided' or its subsidiary coding system according to a detected |