aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa1998-03-03 01:29:16 +0000
committerKenichi Handa1998-03-03 01:29:16 +0000
commit3b2d77fe297f6e177b95573601fe723117dbd78a (patch)
treefa8decbdbc111dda90098cbc61ea683130da404d /src/coding.h
parent8fc91a858fc7d5848e1ee3375283bb160e4e439e (diff)
downloademacs-3b2d77fe297f6e177b95573601fe723117dbd78a.tar.gz
emacs-3b2d77fe297f6e177b95573601fe723117dbd78a.zip
Typo in comment fixed.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 51b7939f54c..61b4402a902 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -283,7 +283,7 @@ enum coding_type
283#define CODING_FINISH_INSUFFICIENT_DST 2 283#define CODING_FINISH_INSUFFICIENT_DST 2
284#define CODING_FINISH_INCONSISTENT_EOL 3 284#define CODING_FINISH_INCONSISTENT_EOL 3
285 285
286/* Macros used for the member mode of the struct coding_systme. */ 286/* Macros used for the member `mode' of the struct coding_system. */
287 287
288/* If set, recover the original CR or LF of the already decoded text 288/* If set, recover the original CR or LF of the already decoded text
289 when the decoding routine encounters an inconsistent eol format. */ 289 when the decoding routine encounters an inconsistent eol format. */