diff options
| author | Kenichi Handa | 2007-06-26 00:29:23 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-06-26 00:29:23 +0000 |
| commit | 160577c5c9907ebbdd265dcf4a21caeeaa1fee84 (patch) | |
| tree | 030466a044b863eaf1d1f6c8723aa0234795eae2 /lispref | |
| parent | 5a0bbd9ae9cc9f1c5c8d85dfd79f00d76ea16b69 (diff) | |
| download | emacs-160577c5c9907ebbdd265dcf4a21caeeaa1fee84.tar.gz emacs-160577c5c9907ebbdd265dcf4a21caeeaa1fee84.zip | |
(Default Coding Systems): Document about the
return value `undecided'.
Diffstat (limited to 'lispref')
| -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 | |||
| 1031 | @code{find-operation-coding-system}. It must return a coding system | 1031 | @code{find-operation-coding-system}. It must return a coding system |
| 1032 | or a cons cell containing two coding systems. This value has the same | 1032 | or a cons cell containing two coding systems. This value has the same |
| 1033 | meaning as described above. | 1033 | meaning as described above. |
| 1034 | |||
| 1035 | If @var{coding} (or what returned by the above function) is | ||
| 1036 | @code{undecided}, the normal code-detection is performed. | ||
| 1034 | @end defvar | 1037 | @end defvar |
| 1035 | 1038 | ||
| 1036 | @defvar process-coding-system-alist | 1039 | @defvar process-coding-system-alist |