Mercurial > emacs
diff src/coding.c @ 24056:d20160af7b6e
(syms_of_coding): Doc fix for inhibit-eol-conversion.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Mon, 11 Jan 1999 21:21:03 +0000 |
| parents | 20d595402dea |
| children | 7e291dea6141 |
line wrap: on
line diff
--- a/src/coding.c Mon Jan 11 21:01:12 1999 +0000 +++ b/src/coding.c Mon Jan 11 21:21:03 1999 +0000 @@ -5568,7 +5568,8 @@ 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,
