aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-03-13 11:16:16 +0000
committerKenichi Handa2003-03-13 11:16:16 +0000
commiteec1f3c7942addd64435e889c3ac659a6284cc01 (patch)
treee2ae4ed30f58a305745e2c3c39641fd7fa5eefaa /src
parentdb4b01921c689be38a5bf8f010d1a2a8f16c1b1e (diff)
downloademacs-eec1f3c7942addd64435e889c3ac659a6284cc01.tar.gz
emacs-eec1f3c7942addd64435e889c3ac659a6284cc01.zip
(Fdetect_coding_string): Fix docstring.
Diffstat (limited to 'src')
-rw-r--r--src/coding.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 6b4a620a7dc..aea463bfaa0 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -6358,8 +6358,11 @@ highest priority. */)
6358 6358
6359DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string, 6359DEFUN ("detect-coding-string", Fdetect_coding_string, Sdetect_coding_string,
6360 1, 2, 0, 6360 1, 2, 0,
6361 doc: /* Detect coding system of the text in STRING. 6361 doc: /* Detect how the byte sequence in STRING is encoded.
6362Return a list of possible coding systems ordered by priority. 6362Return a list of possible coding systems used on decoding a byte
6363sequence containing the bytes in STRING when the coding system
6364`undecided' is specified. The list is ordered by priority decided in
6365the current language environment.
6363 6366
6364If only ASCII characters are found, it returns a list of single element 6367If only ASCII characters are found, it returns a list of single element
6365`undecided' or its subsidiary coding system according to a detected 6368`undecided' or its subsidiary coding system according to a detected