aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1998-06-15 01:20:26 +0000
committerKenichi Handa1998-06-15 01:20:26 +0000
commit81a7030d5f336eee18acad0dc27b338c2a5f221a (patch)
tree95c9cc0ef5ca1c649b42c86c48f45cca2f5d6915 /src
parentf736ffbf3aa1e9d490c3828446122cac7e045ee1 (diff)
downloademacs-81a7030d5f336eee18acad0dc27b338c2a5f221a.tar.gz
emacs-81a7030d5f336eee18acad0dc27b338c2a5f221a.zip
(syms_of_fileio): Doc-string of the variable
set-auto-coding-function modified for the change above.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e0e568d346b..39d67495bb1 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5605,8 +5605,8 @@ for its argument.");
5605 DEFVAR_LISP ("set-auto-coding-function", 5605 DEFVAR_LISP ("set-auto-coding-function",
5606 &Vset_auto_coding_function, 5606 &Vset_auto_coding_function,
5607 "If non-nil, a function to call to decide a coding system of file.\n\ 5607 "If non-nil, a function to call to decide a coding system of file.\n\
5608One argument is passed to this function: the string of concatination\n\ 5608One argument is passed to this function: the length of a file contents\n\
5609or the heading 1K-byte and the tailing 3K-byte of a file to be read.\n\ 5609following the point.\n\
5610This function should return a coding system to decode the file contents\n\ 5610This function should return a coding system to decode the file contents\n\
5611specified in the heading lines with the format:\n\ 5611specified in the heading lines with the format:\n\
5612 -*- ... coding: CODING-SYSTEM; ... -*-\n\ 5612 -*- ... coding: CODING-SYSTEM; ... -*-\n\