diff options
| author | Kenichi Handa | 2009-02-18 03:57:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-02-18 03:57:19 +0000 |
| commit | 22f799662ba01a7b30c4ce26e20c1f0323254584 (patch) | |
| tree | 547271930af7c5d6799fa94d1d56071434ca0ab7 /src | |
| parent | e38b9ee91e8985876307033f24b862247ec03be9 (diff) | |
| download | emacs-22f799662ba01a7b30c4ce26e20c1f0323254584.tar.gz emacs-22f799662ba01a7b30c4ce26e20c1f0323254584.zip | |
(Ffont_spec): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index df59a3b3376..77c578898c7 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -3957,7 +3957,7 @@ GSUB and GPOS may contain `nil' element. In such a case, the font | |||
| 3957 | must not have any of the remaining elements. | 3957 | must not have any of the remaining elements. |
| 3958 | 3958 | ||
| 3959 | For instance, if the VALUE is `(thai nil nil (mark))', the font must | 3959 | For instance, if the VALUE is `(thai nil nil (mark))', the font must |
| 3960 | be an OpenTyep font, and whose GPOS table of `thai' script's default | 3960 | be an OpenType font, and whose GPOS table of `thai' script's default |
| 3961 | language system must contain `mark' feature. | 3961 | language system must contain `mark' feature. |
| 3962 | 3962 | ||
| 3963 | usage: (font-spec ARGS...) */) | 3963 | usage: (font-spec ARGS...) */) |