aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa2009-03-27 07:26:37 +0000
committerKenichi Handa2009-03-27 07:26:37 +0000
commit67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b (patch)
tree61866e02f77ae6df1d4ab25c15fe7bd037a8e28e /src/coding.c
parentb811c52b9116c7181e61e05e0a9299931e12b8a2 (diff)
downloademacs-67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b.tar.gz
emacs-67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b.zip
(Fdetect_coding_string): Improve the docstrings.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 5f72c69c859..99f5ed8f805 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -8557,6 +8557,8 @@ DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string,
8557 1, 2, 0, 8557 1, 2, 0,
8558 doc: /* Detect coding system of the text in STRING. 8558 doc: /* Detect coding system of the text in STRING.
8559Return a list of possible coding systems ordered by priority. 8559Return a list of possible coding systems ordered by priority.
8560The coding systems to try and their priorities follows what
8561the function `coding-system-priority-list' (which see) returns.
8560 8562
8561If only ASCII characters are found (except for such ISO-2022 control 8563If only ASCII characters are found (except for such ISO-2022 control
8562characters as ESC), it returns a list of single element `undecided' 8564characters as ESC), it returns a list of single element `undecided'