diff options
| -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 |