diff options
| author | Paul Eggert | 2011-12-29 18:52:49 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-29 18:52:49 -0800 |
| commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
| tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /src/process.c | |
| parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
| download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip | |
Spelling fixes.
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 |