diff options
| author | Dave Love | 1999-01-11 21:21:03 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-11 21:21:03 +0000 |
| commit | f07f4a2430b176d361e5fd5a504daa5eaef34945 (patch) | |
| tree | 1a0e2471e8293ab1a70e818bb3463c9362bfa68a /src/coding.c | |
| parent | c96d168d7eee4d6515054059dbc278dc6db02019 (diff) | |
| download | emacs-f07f4a2430b176d361e5fd5a504daa5eaef34945.tar.gz emacs-f07f4a2430b176d361e5fd5a504daa5eaef34945.zip | |
(syms_of_coding): Doc fix for inhibit-eol-conversion.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 5be7095189e..3c3588252e2 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5568,7 +5568,8 @@ There are three such tables, `file-coding-system-alist',\n\ | |||
| 5568 | Vlast_coding_system_used = Qnil; | 5568 | Vlast_coding_system_used = Qnil; |
| 5569 | 5569 | ||
| 5570 | DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, | 5570 | DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, |
| 5571 | "*Non-nil inhibit code conversion of end-of-line format in any cases."); | 5571 | "*Non-nil means always inhibit code conversion of end-of-line format.\n\ |
| 5572 | See info node `Text and Binary' concerning such conversion."); | ||
| 5572 | inhibit_eol_conversion = 0; | 5573 | inhibit_eol_conversion = 0; |
| 5573 | 5574 | ||
| 5574 | DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system, | 5575 | DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system, |