changeset 24178:38e26ebed6f7

(syms_of_coding): Doc fix for inhibit-eol-conversion.
author Dave Love <fx@gnu.org>
date Mon, 25 Jan 1999 19:00:50 +0000
parents 72adfb2cd104
children c2b622202522
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Jan 25 18:58:31 1999 +0000
+++ b/src/coding.c	Mon Jan 25 19:00:50 1999 +0000
@@ -5587,7 +5587,8 @@
 
   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,