diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/nonascii.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/nonascii.texi b/doc/lispref/nonascii.texi index b33082e2b24..1482becb9f5 100644 --- a/doc/lispref/nonascii.texi +++ b/doc/lispref/nonascii.texi | |||
| @@ -1654,6 +1654,9 @@ argument, @var{size}, which tells it how many characters to look at, | |||
| 1654 | starting from point. If the function succeeds in determining a coding | 1654 | starting from point. If the function succeeds in determining a coding |
| 1655 | system for the file, it should return that coding system. Otherwise, | 1655 | system for the file, it should return that coding system. Otherwise, |
| 1656 | it should return @code{nil}. | 1656 | it should return @code{nil}. |
| 1657 | Each function can also find the name of the file to which | ||
| 1658 | the buffer's content belong in the variable | ||
| 1659 | @code{auto-coding-file-name}. | ||
| 1657 | 1660 | ||
| 1658 | The functions in this list could be called either when the file is | 1661 | The functions in this list could be called either when the file is |
| 1659 | visited and Emacs wants to decode its contents, and/or when the file's | 1662 | visited and Emacs wants to decode its contents, and/or when the file's |