diff options
| author | Dave Love <fx@gnu.org> | 1999-01-11 21:21:03 +0000 |
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 1999-01-11 21:21:03 +0000 |
| commit | f07f4a2430b176d361e5fd5a504daa5eaef34945 (patch) | |
| tree | 1a0e2471e8293ab1a70e818bb3463c9362bfa68a /src/coding.c | |
| parent | c96d168d7eee4d6515054059dbc278dc6db02019 (diff) | |
| download | emacs-f07f4a2430b176d361e5fd5a504daa5eaef34945.tar.gz | |
(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\ Vlast_coding_system_used = Qnil; DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, - "*Non-nil inhibit code conversion of end-of-line format in any cases."); + "*Non-nil means always inhibit code conversion of end-of-line format.\n\ +See info node `Text and Binary' concerning such conversion."); inhibit_eol_conversion = 0; DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system, |
