aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorMiles Bader2006-09-05 02:54:22 +0000
committerMiles Bader2006-09-05 02:54:22 +0000
commitaf6ea8ad8d62810d901561ae4a56d89f22ebacf0 (patch)
tree02ee24f2f69b71a0690c99a5b007becf76077f74 /src/coding.c
parent76e590a3f4d983dbbbf9e1a1bbd7753e251c64a6 (diff)
parent750a6cf4b21da81c1b451b8f4dc898127954c133 (diff)
downloademacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.tar.gz
emacs-af6ea8ad8d62810d901561ae4a56d89f22ebacf0.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 414-422) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 128-130) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-108
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