summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-05-23 10:45:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-05-23 10:45:38 +0000
commit924b41eefb37458fe178f59b6f778648b62d6b1d (patch)
tree79f192b3cf4415e876aad9270b20956720b090ab
parent372d48ccd283fa7ead0607f5d0f3037e64cb2885 (diff)
downloademacs-924b41eefb37458fe178f59b6f778648b62d6b1d.tar.gz
Fix typos.
-rw-r--r--src/charset.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/charset.h b/src/charset.h
index 562b4e5a030..a49b2d36dec 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -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) \