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

index cff2d2b30daca23030890003dee6a2a7d5938b85..1a1b4c01dc84cad0b50e1ab6ba554ff219444fc8 100644 (file)
@@ -5587,7 +5587,8 @@ There are three such tables, `file-coding-system-alist',\n\
 
   DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,
     "*Non-nil means always inhibit code conversion of end-of-line format.\n\
-See info node `Text and Binary' concerning such conversion.");
+See info node `Coding Systems' and info node `Text and Binary' concerning\n\
+such conversion.");
   inhibit_eol_conversion = 0;
 
   DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system,