aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-06 20:37:22 +0300
committerEli Zaretskii2014-08-06 20:37:22 +0300
commit518edaef88a458add904026a1c877a884c0a7f06 (patch)
treeee064b86d0d711bc12dc4704691d7f50dc39cb8a /src/coding.c
parent5818408f5029ae6c26fa329104d1126b2322b356 (diff)
downloademacs-518edaef88a458add904026a1c877a884c0a7f06.tar.gz
emacs-518edaef88a458add904026a1c877a884c0a7f06.zip
src/coding.c: Fix typos in comments and doc strings.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c6
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,
1190#define UTF_8_BOM_2 0xBB 1190#define UTF_8_BOM_2 0xBB
1191#define UTF_8_BOM_3 0xBF 1191#define UTF_8_BOM_3 0xBF
1192 1192
1193/* Unlike the other detect_coding_XXX, this function counts number of 1193/* Unlike the other detect_coding_XXX, this function counts the number
1194 characters and check EOL format. */ 1194 of characters and checks the EOL format. */
1195 1195
1196static bool 1196static bool
1197detect_coding_utf_8 (struct coding_system *coding, 1197detect_coding_utf_8 (struct coding_system *coding,
@@ -11276,7 +11276,7 @@ decode text as usual. */);
11276 11276
11277 DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization, 11277 DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization,
11278 doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files. 11278 doc: /* If non-nil, Emacs does not optimize code decoder for ASCII files.
11279Internal use only. Removed after the experimental optimizer gets stable. */); 11279Internal use only. Remove after the experimental optimizer becomes stable. */);
11280 disable_ascii_optimization = 0; 11280 disable_ascii_optimization = 0;
11281 11281
11282 DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input, 11282 DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input,