comparison src/coding.c @ 24056:d20160af7b6e

(syms_of_coding): Doc fix for inhibit-eol-conversion.
author Dave Love <fx@gnu.org>
date Mon, 11 Jan 1999 21:21:03 +0000
parents 20d595402dea
children 7e291dea6141
comparison
equal deleted inserted replaced
24055:02187e077463 24056:d20160af7b6e
5566 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used, 5566 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,
5567 "Coding system used in the latest file or process I/O."); 5567 "Coding system used in the latest file or process I/O.");
5568 Vlast_coding_system_used = Qnil; 5568 Vlast_coding_system_used = Qnil;
5569 5569
5570 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion, 5570 DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,
5571 "*Non-nil inhibit code conversion of end-of-line format in any cases."); 5571 "*Non-nil means always inhibit code conversion of end-of-line format.\n\
5572 See info node `Text and Binary' concerning such conversion.");
5572 inhibit_eol_conversion = 0; 5573 inhibit_eol_conversion = 0;
5573 5574
5574 DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system, 5575 DEFVAR_BOOL ("inherit-process-coding-system", &inherit_process_coding_system,
5575 "Non-nil means process buffer inherits coding system of process output.\n\ 5576 "Non-nil means process buffer inherits coding system of process output.\n\
5576 Bind it to t if the process output is to be treated as if it were a file\n\ 5577 Bind it to t if the process output is to be treated as if it were a file\n\