diff options
| author | Kenichi Handa | 2009-03-27 07:26:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-03-27 07:26:37 +0000 |
| commit | 67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b (patch) | |
| tree | 61866e02f77ae6df1d4ab25c15fe7bd037a8e28e /src | |
| parent | b811c52b9116c7181e61e05e0a9299931e12b8a2 (diff) | |
| download | emacs-67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b.tar.gz emacs-67ceab9df4bee32ea8d1f15ab02134ccf6aa7f1b.zip | |
(Fdetect_coding_string): Improve the docstrings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 2 |
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. |
| 8559 | Return a list of possible coding systems ordered by priority. | 8559 | Return a list of possible coding systems ordered by priority. |
| 8560 | The coding systems to try and their priorities follows what | ||
| 8561 | the function `coding-system-priority-list' (which see) returns. | ||
| 8560 | 8562 | ||
| 8561 | If only ASCII characters are found (except for such ISO-2022 control | 8563 | If only ASCII characters are found (except for such ISO-2022 control |
| 8562 | characters as ESC), it returns a list of single element `undecided' | 8564 | characters as ESC), it returns a list of single element `undecided' |