mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
(syms_of_coding): Doc fix for inhibit-eol-conversion.
This commit is contained in:
parent
d62f8b134b
commit
94c7a21474
@ -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…
Reference in New Issue
Block a user