]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 23 May 2008 10:45:38 +0000 (10:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 23 May 2008 10:45:38 +0000 (10:45 +0000)
src/charset.h

index 562b4e5a0305a0193a5985ab5c40bd5bbbb4aedf..a49b2d36decdc606d80fd0ca43e83c0962e0aa3b 100644 (file)
@@ -100,9 +100,9 @@ enum charset_attr_index
 
        (CHARSET-ID . OFFSET)
 
-      CHARSET-IDs are ID numbers of parent charsets.  OFFSET is an
-      integer value to add to a code point of the parent charset to
-      get the corresponding code point of this charset.  */
+       CHARSET-IDs are ID numbers of parent charsets.  OFFSET is an
+       integer value to add to a code point of the parent charset to
+       get the corresponding code point of this charset.  */
     charset_superset,
 
     /* The value is a mapping vector or a file name that contains the
@@ -373,7 +373,7 @@ extern Lisp_Object Vcurrent_iso639_language;
   } while (0)
 
 
-/* Lookup Vcharset_order_list and return the first charset that
+/* Lookup Vcharset_ordered_list and return the first charset that
    contains the character C.  */
 #define CHAR_CHARSET(c)                                \
   ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii)        \