comparison src/coding.c @ 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 7e291dea6141
children b9d9fccad516
comparison
equal deleted inserted replaced
24177:72adfb2cd104 24178:38e26ebed6f7
5585 "Coding system used in the latest file or process I/O."); 5585 "Coding system used in the latest file or process I/O.");
5586 Vlast_coding_system_used = Qnil; 5586 Vlast_coding_system_used = Qnil;
5587 5587
5588 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, 5588 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,
5589 "*Non-nil means always inhibit code conversion of end-of-line format.\n\ 5589 "*Non-nil means always inhibit code conversion of end-of-line format.\n\
5590 See info node `Text and Binary' concerning such conversion."); 5590 See info node `Coding Systems' and info node `Text and Binary' concerning\n\
5591 such conversion.");
5591 inhibit_eol_conversion = 0; 5592 inhibit_eol_conversion = 0;
5592 5593
5593 DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system, 5594 DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system,
5594 "Non-nil means process buffer inherits coding system of process output.\n\ 5595 "Non-nil means process buffer inherits coding system of process output.\n\
5595 Bind it to t if the process output is to be treated as if it were a file\n\ 5596 Bind it to t if the process output is to be treated as if it were a file\n\