emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104426: src/coding.c: Fix a typo in


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104426: src/coding.c: Fix a typo in a comment.
Date: Mon, 30 May 2011 00:09:52 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104426
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2011-05-30 00:09:52 +0300
message:
  src/coding.c: Fix a typo in a comment.
modified:
  src/coding.c
=== modified file 'src/coding.c'
--- a/src/coding.c      2011-05-12 07:07:06 +0000
+++ b/src/coding.c      2011-05-29 21:09:52 +0000
@@ -55,8 +55,8 @@
   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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]