diff options
| author | Paul Eggert | 2011-11-11 02:04:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-11 02:04:08 -0800 |
| commit | dbdb703130b27983c3848d2a10aa44bc5aa6526e (patch) | |
| tree | f9b645258d91fbce2d3eb24caa3416af57d22894 /src | |
| parent | 54f9154ca1ee7cf4ebe8995dae26e945a2817801 (diff) | |
| download | emacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.tar.gz emacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 | ||||
| -rw-r--r-- | src/w32font.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 11c37d14f64..f8c31af3fbe 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -8133,7 +8133,7 @@ parse_tool_bar_item (Lisp_Object key, Lisp_Object item) | |||
| 8133 | Lisp_Object caption; | 8133 | Lisp_Object caption; |
| 8134 | int i, have_label = 0; | 8134 | int i, have_label = 0; |
| 8135 | 8135 | ||
| 8136 | /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'. | 8136 | /* Definition looks like `(menu-item CAPTION BINDING PROPS...)'. |
| 8137 | Rule out items that aren't lists, don't start with | 8137 | Rule out items that aren't lists, don't start with |
| 8138 | `menu-item' or whose rest following `tool-bar-item' is not a | 8138 | `menu-item' or whose rest following `tool-bar-item' is not a |
| 8139 | list. */ | 8139 | list. */ |
diff --git a/src/w32font.c b/src/w32font.c index 26bf4207de5..365f8b78a5e 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -2221,7 +2221,7 @@ font_supported_scripts (FONTSIGNATURE * sig) | |||
| 2221 | so don't need to mark them separately. */ | 2221 | so don't need to mark them separately. */ |
| 2222 | /* 1: Latin-1 supplement, 2: Latin Extended A, 3: Latin Extended B. */ | 2222 | /* 1: Latin-1 supplement, 2: Latin Extended A, 3: Latin Extended B. */ |
| 2223 | SUBRANGE (4, Qphonetic); | 2223 | SUBRANGE (4, Qphonetic); |
| 2224 | /* 5: Spacing and tone modifiers, 6: Combining Diacriticals. */ | 2224 | /* 5: Spacing and tone modifiers, 6: Combining Diacritical Marks. */ |
| 2225 | SUBRANGE (7, Qgreek); | 2225 | SUBRANGE (7, Qgreek); |
| 2226 | SUBRANGE (8, Qcoptic); | 2226 | SUBRANGE (8, Qcoptic); |
| 2227 | SUBRANGE (9, Qcyrillic); | 2227 | SUBRANGE (9, Qcyrillic); |
| @@ -2311,7 +2311,7 @@ font_supported_scripts (FONTSIGNATURE * sig) | |||
| 2311 | /* 115: Saurashtra, 116: Kayah Li, 117: Rejang. */ | 2311 | /* 115: Saurashtra, 116: Kayah Li, 117: Rejang. */ |
| 2312 | SUBRANGE (118, Qcham); | 2312 | SUBRANGE (118, Qcham); |
| 2313 | /* 119: Ancient symbols, 120: Phaistos Disc. */ | 2313 | /* 119: Ancient symbols, 120: Phaistos Disc. */ |
| 2314 | /* 121: Carian, Lycian, Lydian, 122: Dominos, Mah Jong tiles. */ | 2314 | /* 121: Carian, Lycian, Lydian, 122: Dominoes, Mahjong tiles. */ |
| 2315 | /* 123-127: Reserved. */ | 2315 | /* 123-127: Reserved. */ |
| 2316 | 2316 | ||
| 2317 | /* There isn't really a main symbol range, so include symbol if any | 2317 | /* There isn't really a main symbol range, so include symbol if any |