summaryrefslogtreecommitdiff
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
commita1c11081478f614f64b96e02e2787ee1a9ecce30 (patch)
tree456095ced91a74f7c4560278a913aabcc72bb966
parent7e723e9946413af1001f816c8b1f72fba3c78bcd (diff)
downloademacs-a1c11081478f614f64b96e02e2787ee1a9ecce30.tar.gz
(syms_of_fileio): Fix previous change.
-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;