diff options
| author | Paul Eggert | 2013-03-18 21:41:53 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-18 21:41:53 -0700 |
| commit | bad98418bf75efc6dd8ac393157413bc6ef769b4 (patch) | |
| tree | ee2151b8a97dc2b71ab938e2a1938720d876ec1b /src/coding.c | |
| parent | 627b52b0c6f73edc94db90b1f76bd9f44a626ffd (diff) | |
| download | emacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.tar.gz emacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.zip | |
Spelling fixes.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 6cfcec905a1..8a09cd67859 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6075,7 +6075,7 @@ complement_process_encoding_system (Lisp_Object coding_system) | |||
| 6075 | static Lisp_Object adjust_coding_eol_type (struct coding_system *coding, int eol_seen); | 6075 | static Lisp_Object adjust_coding_eol_type (struct coding_system *coding, int eol_seen); |
| 6076 | 6076 | ||
| 6077 | 6077 | ||
| 6078 | /* Return 1 if all the source bytes are ASCII, and return 0 otherwize. | 6078 | /* Return true iff all the source bytes are ASCII. |
| 6079 | By side effects, set coding->head_ascii and coding->eol_seen. The | 6079 | By side effects, set coding->head_ascii and coding->eol_seen. The |
| 6080 | value of coding->eol_seen is "logical or" of EOL_SEEN_LF, | 6080 | value of coding->eol_seen is "logical or" of EOL_SEEN_LF, |
| 6081 | EOL_SEEN_CR, and EOL_SEEN_CRLF, but the value is reliable only when | 6081 | EOL_SEEN_CR, and EOL_SEEN_CRLF, but the value is reliable only when |