diff options
| author | Kenichi Handa | 2006-08-28 04:18:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-08-28 04:18:47 +0000 |
| commit | 12e0131afb7fb5b4f6b331ac915e0a46b425cfa6 (patch) | |
| tree | b91c1cb09d376ae36d79851d40c459ecef40b01a /src/coding.c | |
| parent | 6d05494a28e18e9828451d78455623a54047d36d (diff) | |
| download | emacs-12e0131afb7fb5b4f6b331ac915e0a46b425cfa6.tar.gz emacs-12e0131afb7fb5b4f6b331ac915e0a46b425cfa6.zip | |
(Fdetect_coding_region, Fdetect_coding_string): Fix
docstring about ISO-2022 control characters.
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 28e7a3fafc1..1603b44e098 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6658,7 +6658,8 @@ sequence containing the bytes in the region between START and END when | |||
| 6658 | the coding system `undecided' is specified. The list is ordered by | 6658 | the coding system `undecided' is specified. The list is ordered by |
| 6659 | priority decided in the current language environment. | 6659 | priority decided in the current language environment. |
| 6660 | 6660 | ||
| 6661 | If only ASCII characters are found, it returns a list of single element | 6661 | If only ASCII characters are found (except for such ISO-2022 control |
| 6662 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 6662 | `undecided' or its subsidiary coding system according to a detected | 6663 | `undecided' or its subsidiary coding system according to a detected |
| 6663 | end-of-line format. | 6664 | end-of-line format. |
| 6664 | 6665 | ||
| @@ -6705,7 +6706,8 @@ sequence containing the bytes in STRING when the coding system | |||
| 6705 | `undecided' is specified. The list is ordered by priority decided in | 6706 | `undecided' is specified. The list is ordered by priority decided in |
| 6706 | the current language environment. | 6707 | the current language environment. |
| 6707 | 6708 | ||
| 6708 | If only ASCII characters are found, it returns a list of single element | 6709 | If only ASCII characters are found (except for such ISO-2022 control |
| 6710 | characters ISO-2022 as ESC), it returns a list of single element | ||
| 6709 | `undecided' or its subsidiary coding system according to a detected | 6711 | `undecided' or its subsidiary coding system according to a detected |
| 6710 | end-of-line format. | 6712 | end-of-line format. |
| 6711 | 6713 | ||