aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2011-05-30 00:09:52 +0300
committerEli Zaretskii <[email protected]>2011-05-30 00:09:52 +0300
commit34809aa6007e2c8ff75f9ec43500e6d34cc43aa3 (patch)
treede423d585d22e47436e09997c7c0b3a7e08937d4 /src/coding.c
parent159daf87947f31a0e7f82769f1a3861500ea08e0 (diff)
src/coding.c: Fix a typo in a comment.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 71253df646..945f542a2d 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -55,8 +55,8 @@ CODING SYSTEM
character sequence of emacs-utf-8 to a byte sequence of a specific
coding system.
- In Emacs Lisp, a coding system is represented by a Lisp symbol. In
- C level, a coding system is represented by a vector of attributes
+ In Emacs Lisp, a coding system is represented by a Lisp symbol. On
+ the C level, a coding system is represented by a vector of attributes
stored in the hash table Vcharset_hash_table. The conversion from
coding system symbol to attributes vector is done by looking up
Vcharset_hash_table by the symbol.