diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index d8977227ec9..3efce130b85 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7461,7 +7461,8 @@ DEFUN ("detect-coding-region", Fdetect_coding_region, Sdetect_coding_region, | |||
| 7461 | doc: /* Detect coding system of the text in the region between START and END. | 7461 | doc: /* Detect coding system of the text in the region between START and END. |
| 7462 | Return a list of possible coding systems ordered by priority. | 7462 | Return a list of possible coding systems ordered by priority. |
| 7463 | 7463 | ||
| 7464 | If only ASCII characters are found, it returns a list of single element | 7464 | If only ASCII characters are found (except for such ISO-2022 control |
| 7465 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 7465 | `undecided' or its subsidiary coding system according to a detected | 7466 | `undecided' or its subsidiary coding system according to a detected |
| 7466 | end-of-line format. | 7467 | end-of-line format. |
| 7467 | 7468 | ||
| @@ -7497,7 +7498,8 @@ DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, | |||
| 7497 | doc: /* Detect coding system of the text in STRING. | 7498 | doc: /* Detect coding system of the text in STRING. |
| 7498 | Return a list of possible coding systems ordered by priority. | 7499 | Return a list of possible coding systems ordered by priority. |
| 7499 | 7500 | ||
| 7500 | If only ASCII characters are found, it returns a list of single element | 7501 | If only ASCII characters are found (except for such ISO-2022 control |
| 7502 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 7501 | `undecided' or its subsidiary coding system according to a detected | 7503 | `undecided' or its subsidiary coding system according to a detected |
| 7502 | end-of-line format. | 7504 | end-of-line format. |
| 7503 | 7505 | ||