]> git.eshelyaron.com Git - emacs.git/commitdiff
src/coding.c: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 May 2011 21:09:52 +0000 (00:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 May 2011 21:09:52 +0000 (00:09 +0300)
src/coding.c

index 71253df64692f2046e3751fe2bb4f986a354e6a4..945f542a2d6366b0a7a20f702e68257bebfeb6c9 100644 (file)
@@ -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.