Mercurial > emacs
changeset 22493:7bf1faa656c9
(syms_of_fileio): Doc-string of the variable
set-auto-coding-function modified for the change above.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 15 Jun 1998 01:20:26 +0000 |
parents | 241ac6fe2983 |
children | 486cf5c4541d |
files | src/fileio.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Mon Jun 15 01:11:27 1998 +0000 +++ b/src/fileio.c Mon Jun 15 01:20:26 1998 +0000 @@ -5605,8 +5605,8 @@ DEFVAR_LISP ("set-auto-coding-function", &Vset_auto_coding_function, "If non-nil, a function to call to decide a coding system of file.\n\ -One argument is passed to this function: the string of concatination\n\ -or the heading 1K-byte and the tailing 3K-byte of a file to be read.\n\ +One argument is passed to this function: the length of a file contents\n\ +following the point.\n\ This function should return a coding system to decode the file contents\n\ specified in the heading lines with the format:\n\ -*- ... coding: CODING-SYSTEM; ... -*-\n\