summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-03-18 21:41:53 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-03-18 21:41:53 -0700
commitbad98418bf75efc6dd8ac393157413bc6ef769b4 (patch)
treeee2151b8a97dc2b71ab938e2a1938720d876ec1b /src/coding.c
parent627b52b0c6f73edc94db90b1f76bd9f44a626ffd (diff)
downloademacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.tar.gz
Spelling fixes.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
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)
static Lisp_Object adjust_coding_eol_type (struct coding_system *coding, int eol_seen);
-/* Return 1 if all the source bytes are ASCII, and return 0 otherwize.
+/* Return true iff all the source bytes are ASCII.
By side effects, set coding->head_ascii and coding->eol_seen. The
value of coding->eol_seen is "logical or" of EOL_SEEN_LF,
EOL_SEEN_CR, and EOL_SEEN_CRLF, but the value is reliable only when