diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 4b0f90b58af..e4673d24a2a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3492,7 +3492,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3492 | || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) | 3492 | || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) |
| 3493 | /* We dare not decode end-of-line format by setting VAL to | 3493 | /* We dare not decode end-of-line format by setting VAL to |
| 3494 | Qraw_text, because the existing Emacs Lisp libraries | 3494 | Qraw_text, because the existing Emacs Lisp libraries |
| 3495 | assume that they receive bare code including a sequene of | 3495 | assume that they receive bare code including a sequence of |
| 3496 | CR LF. */ | 3496 | CR LF. */ |
| 3497 | val = Qnil; | 3497 | val = Qnil; |
| 3498 | else | 3498 | else |