]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_coding): Doc fix for inhibit-eol-conversion.
authorDave Love <fx@gnu.org>
Mon, 11 Jan 1999 21:21:03 +0000 (21:21 +0000)
committerDave Love <fx@gnu.org>
Mon, 11 Jan 1999 21:21:03 +0000 (21:21 +0000)
src/coding.c

index 5be7095189ef88d7175688e8f6d74a663e23def9..3c3588252e2b9a459475acc04219fbcf8d77c9c8 100644 (file)
@@ -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,