# HG changeset patch # User Kenichi Handa # Date 872221662 0 # Node ID 1a9f6be64530a672c61f6519d3d9fbd03c452cc9 # Parent 33c5695c6c7e00d5dae6d21bd0b6e48759eec938 (syms_of_fileio): Fix previous change. diff -r 33c5695c6c7e -r 1a9f6be64530 src/fileio.c --- a/src/fileio.c Fri Aug 22 03:33:51 1997 +0000 +++ b/src/fileio.c Fri Aug 22 03:47:42 1997 +0000 @@ -5155,11 +5155,11 @@ DEFVAR_LISP ("auto-file-coding-system-function", &Vauto_file_coding_system_function, - "If non-nil, a function to call to decide a coding system of file. -One argument is passed to this function: the string of the first -few lines of a file to be read. -This function should return a coding system to decode the file contents -specified in the heading lines with the format: + "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 the first\n\ +few lines of a file to be read.\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; ... -*-"); Vauto_file_coding_system_function = Qnil;