(syms_of_fileio): Doc-string of the variable
authorKenichi Handa <handa@m17n.org>
Mon, 15 Jun 1998 01:20:26 +0000 (01:20 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 15 Jun 1998 01:20:26 +0000 (01:20 +0000)
set-auto-coding-function modified for the change above.

src/fileio.c

index e0e568d..39d6749 100644 (file)
@@ -5605,8 +5605,8 @@ for its argument.");
   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\