diff options
| author | Dave Love | 1999-01-25 19:00:50 +0000 |
|---|---|---|
| committer | Dave Love | 1999-01-25 19:00:50 +0000 |
| commit | 94c7a2147484d4ec5007291cc2befdb470f6114e (patch) | |
| tree | 792c8e7eb11c34522391f54c7af5ce0e38942a2a /src/coding.c | |
| parent | d62f8b134bc9b1e1a85f1cee8fc9a0ae27082570 (diff) | |
| download | emacs-94c7a2147484d4ec5007291cc2befdb470f6114e.tar.gz emacs-94c7a2147484d4ec5007291cc2befdb470f6114e.zip | |
(syms_of_coding): Doc fix for inhibit-eol-conversion.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index cff2d2b30da..1a1b4c01dc8 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5587,7 +5587,8 @@ There are three such tables, `file-coding-system-alist',\n\ | |||
| 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, |