aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c6
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.
7462Return a list of possible coding systems ordered by priority. 7462Return a list of possible coding systems ordered by priority.
7463 7463
7464If only ASCII characters are found, it returns a list of single element 7464If only ASCII characters are found (except for such ISO-2022 control
7465characters 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
7466end-of-line format. 7467end-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.
7498Return a list of possible coding systems ordered by priority. 7499Return a list of possible coding systems ordered by priority.
7499 7500
7500If only ASCII characters are found, it returns a list of single element 7501If only ASCII characters are found (except for such ISO-2022 control
7502characters 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
7502end-of-line format. 7504end-of-line format.
7503 7505