diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
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. |