From: Juanma Barranquero Date: Fri, 23 May 2008 10:45:38 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~5329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=924b41eefb37458fe178f59b6f778648b62d6b1d;p=emacs.git Fix typos. --- 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) \