1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

Fix typos.

This commit is contained in:
Juanma Barranquero 2008-05-23 10:45:38 +00:00
parent 372d48ccd2
commit 924b41eefb

View 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) \