summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-08-22 03:47:42 +0000
committerKenichi Handa <handa@m17n.org>1997-08-22 03:47:42 +0000
commit7fc4808e1787ecd5683132f96a16e807ac287bcb (patch)
tree304cb13b64f7a092bd40d80ffc07cecdceb869f9 /src/fileio.c
parentfb3903d3c273a8ab3e8a497e7b665ecb4162e290 (diff)
downloademacs-7fc4808e1787ecd5683132f96a16e807ac287bcb.tar.gz
(syms_of_fileio): Fix previous change.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 441e86dee26..3d747581395 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5155,11 +5155,11 @@ for its argument.");
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;