diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-08-06 20:37:22 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-08-06 20:37:22 +0300 |
commit | 518edaef88a458add904026a1c877a884c0a7f06 (patch) | |
tree | ee064b86d0d711bc12dc4704691d7f50dc39cb8a /src/coding.c | |
parent | 5818408f5029ae6c26fa329104d1126b2322b356 (diff) | |
download | emacs-518edaef88a458add904026a1c877a884c0a7f06.tar.gz |
src/coding.c: Fix typos in comments and doc strings.
Diffstat (limited to 'src/coding.c')
-rw-r--r-- | src/coding.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.c b/src/coding.c index bd4a8be08b3..31303e2ba42 100644 --- a/src/coding.c +++ b/src/coding.c @@ -1190,8 +1190,8 @@ alloc_destination (struct coding_system *coding, ptrdiff_t nbytes, #define UTF_8_BOM_2 0xBB #define UTF_8_BOM_3 0xBF -/* Unlike the other detect_coding_XXX, this function counts number of - characters and check EOL format. */ +/* Unlike the other detect_coding_XXX, this function counts the number + of characters and checks the EOL format. */ static bool detect_coding_utf_8 (struct coding_system *coding, @@ -11276,7 +11276,7 @@ decode text as usual. */); DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization, doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files. -Internal use only. Removed after the experimental optimizer gets stable. */); +Internal use only. Remove after the experimental optimizer becomes stable. */); disable_ascii_optimization = 0; DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input, |