(syms_of_coding): Doc fix for inhibit-eol-conversion.
This commit is contained in:
parent
d62f8b134b
commit
94c7a21474
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue