aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2011-05-30 00:09:52 +0300
committerEli Zaretskii2011-05-30 00:09:52 +0300
commit34809aa6007e2c8ff75f9ec43500e6d34cc43aa3 (patch)
treede423d585d22e47436e09997c7c0b3a7e08937d4 /src
parent159daf87947f31a0e7f82769f1a3861500ea08e0 (diff)
downloademacs-34809aa6007e2c8ff75f9ec43500e6d34cc43aa3.tar.gz
emacs-34809aa6007e2c8ff75f9ec43500e6d34cc43aa3.zip
src/coding.c: Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 71253df6469..945f542a2d6 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -55,8 +55,8 @@ CODING SYSTEM
55 character sequence of emacs-utf-8 to a byte sequence of a specific 55 character sequence of emacs-utf-8 to a byte sequence of a specific
56 coding system. 56 coding system.
57 57
58 In Emacs Lisp, a coding system is represented by a Lisp symbol. In 58 In Emacs Lisp, a coding system is represented by a Lisp symbol. On
59 C level, a coding system is represented by a vector of attributes 59 the C level, a coding system is represented by a vector of attributes
60 stored in the hash table Vcharset_hash_table. The conversion from 60 stored in the hash table Vcharset_hash_table. The conversion from
61 coding system symbol to attributes vector is done by looking up 61 coding system symbol to attributes vector is done by looking up
62 Vcharset_hash_table by the symbol. 62 Vcharset_hash_table by the symbol.