# HG changeset patch # User Dave Love # Date 916089663 0 # Node ID d20160af7b6e7e95876ec7499c04ec0a1735614c # Parent 02187e0774636fc42c37f912813eb881362f3aa6 (syms_of_coding): Doc fix for inhibit-eol-conversion. diff -r 02187e077463 -r d20160af7b6e src/coding.c --- 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,