diff options
| author | Adrian Robert | 2009-02-24 06:15:32 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-02-24 06:15:32 +0000 |
| commit | ebb265655833cfdf862913a962a31bbe1db932b4 (patch) | |
| tree | e72e2a527d6bd063bd1be076b2b22e5ffcfb9461 | |
| parent | cb92c1504455a432e4045d26f407e40256d84a4c (diff) | |
| download | emacs-ebb265655833cfdf862913a962a31bbe1db932b4.tar.gz emacs-ebb265655833cfdf862913a962a31bbe1db932b4.zip | |
correct minor typo in comments
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.h b/src/font.h index 17b96cd161e..8df38fd01af 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -152,7 +152,7 @@ enum font_property_index | |||
| 152 | /* In a font-spec, the value is an alist of extra information of a | 152 | /* In a font-spec, the value is an alist of extra information of a |
| 153 | font such as name, OpenType features, and language coverage. | 153 | font such as name, OpenType features, and language coverage. |
| 154 | In addition, in a font-entity, the value may contain a pair | 154 | In addition, in a font-entity, the value may contain a pair |
| 155 | (font-entity . INFO) where INFO is extra infomation to identify | 155 | (font-entity . INFO) where INFO is extra information to identify |
| 156 | a font (font-driver dependent). */ | 156 | a font (font-driver dependent). */ |
| 157 | FONT_EXTRA_INDEX, /* alist alist */ | 157 | FONT_EXTRA_INDEX, /* alist alist */ |
| 158 | 158 | ||