From 94c7a2147484d4ec5007291cc2befdb470f6114e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 25 Jan 1999 19:00:50 +0000 Subject: [PATCH] (syms_of_coding): Doc fix for inhibit-eol-conversion. --- src/coding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index cff2d2b30d..1a1b4c01dc 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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, -- 2.20.1