aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorPaul Eggert2011-05-29 18:12:12 -0700
committerPaul Eggert2011-05-29 18:12:12 -0700
commit90856fe0b82ba19d1c3d73a4ba48007380201e66 (patch)
tree1b41ea9c212d3e7c1da29d03acc155a177db6c7c /src/coding.c
parent55d4c1b248e84d347ae73278faff623741f52691 (diff)
parentca3cf0a561302e2a94eb0ab24063e29580a97fe1 (diff)
downloademacs-90856fe0b82ba19d1c3d73a4ba48007380201e66.tar.gz
emacs-90856fe0b82ba19d1c3d73a4ba48007380201e66.zip
Merge from trunk.
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 e257790bbef..6ccaf354c74 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.