diff options
author | Kenichi Handa <handa@m17n.org> | 2007-06-26 00:29:23 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-06-26 00:29:23 +0000 |
commit | 160577c5c9907ebbdd265dcf4a21caeeaa1fee84 (patch) | |
tree | 030466a044b863eaf1d1f6c8723aa0234795eae2 | |
parent | 5a0bbd9ae9cc9f1c5c8d85dfd79f00d76ea16b69 (diff) | |
download | emacs-160577c5c9907ebbdd265dcf4a21caeeaa1fee84.tar.gz emacs-160577c5c9907ebbdd265dcf4a21caeeaa1fee84.tar.bz2 emacs-160577c5c9907ebbdd265dcf4a21caeeaa1fee84.zip |
(Default Coding Systems): Document about the
return value `undecided'.
-rw-r--r-- | lispref/nonascii.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index dd0f15c817e..a8f45e9dd20 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -1031,6 +1031,9 @@ argument, a list of all arguments passed to @code{find-operation-coding-system}. It must return a coding system or a cons cell containing two coding systems. This value has the same meaning as described above. + +If @var{coding} (or what returned by the above function) is +@code{undecided}, the normal code-detection is performed. @end defvar @defvar process-coding-system-alist |