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 53f37c580de..24c6ef0b6b1 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6654,7 +6654,8 @@ sequence containing the bytes in the region between START and END when | |||
| 6654 | the coding system `undecided' is specified. The list is ordered by | 6654 | the coding system `undecided' is specified. The list is ordered by |
| 6655 | priority decided in the current language environment. | 6655 | priority decided in the current language environment. |
| 6656 | 6656 | ||
| 6657 | If only ASCII characters are found, it returns a list of single element | 6657 | If only ASCII characters are found (except for such ISO-2022 control |
| 6658 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 6658 | `undecided' or its subsidiary coding system according to a detected | 6659 | `undecided' or its subsidiary coding system according to a detected |
| 6659 | end-of-line format. | 6660 | end-of-line format. |
| 6660 | 6661 | ||
| @@ -6701,7 +6702,8 @@ sequence containing the bytes in STRING when the coding system | |||
| 6701 | `undecided' is specified. The list is ordered by priority decided in | 6702 | `undecided' is specified. The list is ordered by priority decided in |
| 6702 | the current language environment. | 6703 | the current language environment. |
| 6703 | 6704 | ||
| 6704 | If only ASCII characters are found, it returns a list of single element | 6705 | If only ASCII characters are found (except for such ISO-2022 control |
| 6706 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 6705 | `undecided' or its subsidiary coding system according to a detected | 6707 | `undecided' or its subsidiary coding system according to a detected |
| 6706 | end-of-line format. | 6708 | end-of-line format. |
| 6707 | 6709 | ||