diff options
| author | Kenichi Handa | 1997-08-22 03:47:42 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-08-22 03:47:42 +0000 |
| commit | 7fc4808e1787ecd5683132f96a16e807ac287bcb (patch) | |
| tree | 304cb13b64f7a092bd40d80ffc07cecdceb869f9 /src | |
| parent | fb3903d3c273a8ab3e8a497e7b665ecb4162e290 (diff) | |
| download | emacs-7fc4808e1787ecd5683132f96a16e807ac287bcb.tar.gz emacs-7fc4808e1787ecd5683132f96a16e807ac287bcb.zip | |
(syms_of_fileio): Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 10 |
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."); | |||
| 5155 | 5155 | ||
| 5156 | DEFVAR_LISP ("auto-file-coding-system-function", | 5156 | DEFVAR_LISP ("auto-file-coding-system-function", |
| 5157 | &Vauto_file_coding_system_function, | 5157 | &Vauto_file_coding_system_function, |
| 5158 | "If non-nil, a function to call to decide a coding system of file. | 5158 | "If non-nil, a function to call to decide a coding system of file.\n\ |
| 5159 | One argument is passed to this function: the string of the first | 5159 | One argument is passed to this function: the string of the first\n\ |
| 5160 | few lines of a file to be read. | 5160 | few lines of a file to be read.\n\ |
| 5161 | This function should return a coding system to decode the file contents | 5161 | This function should return a coding system to decode the file contents\n\ |
| 5162 | specified in the heading lines with the format: | 5162 | specified in the heading lines with the format:\n\ |
| 5163 | -*- ... coding: CODING-SYSTEM; ... -*-"); | 5163 | -*- ... coding: CODING-SYSTEM; ... -*-"); |
| 5164 | Vauto_file_coding_system_function = Qnil; | 5164 | Vauto_file_coding_system_function = Qnil; |
| 5165 | 5165 | ||