diff options
| author | Juanma Barranquero | 2008-05-23 10:45:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-23 10:45:38 +0000 |
| commit | 924b41eefb37458fe178f59b6f778648b62d6b1d (patch) | |
| tree | 79f192b3cf4415e876aad9270b20956720b090ab /src | |
| parent | 372d48ccd283fa7ead0607f5d0f3037e64cb2885 (diff) | |
| download | emacs-924b41eefb37458fe178f59b6f778648b62d6b1d.tar.gz emacs-924b41eefb37458fe178f59b6f778648b62d6b1d.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 8 |
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 | |||
| 100 | 100 | ||
| 101 | (CHARSET-ID . OFFSET) | 101 | (CHARSET-ID . OFFSET) |
| 102 | 102 | ||
| 103 | CHARSET-IDs are ID numbers of parent charsets. OFFSET is an | 103 | CHARSET-IDs are ID numbers of parent charsets. OFFSET is an |
| 104 | integer value to add to a code point of the parent charset to | 104 | integer value to add to a code point of the parent charset to |
| 105 | get the corresponding code point of this charset. */ | 105 | get the corresponding code point of this charset. */ |
| 106 | charset_superset, | 106 | charset_superset, |
| 107 | 107 | ||
| 108 | /* The value is a mapping vector or a file name that contains the | 108 | /* The value is a mapping vector or a file name that contains the |
| @@ -373,7 +373,7 @@ extern Lisp_Object Vcurrent_iso639_language; | |||
| 373 | } while (0) | 373 | } while (0) |
| 374 | 374 | ||
| 375 | 375 | ||
| 376 | /* Lookup Vcharset_order_list and return the first charset that | 376 | /* Lookup Vcharset_ordered_list and return the first charset that |
| 377 | contains the character C. */ | 377 | contains the character C. */ |
| 378 | #define CHAR_CHARSET(c) \ | 378 | #define CHAR_CHARSET(c) \ |
| 379 | ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii) \ | 379 | ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii) \ |