diff options
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 | ||