diff options
| author | Kenichi Handa | 2009-02-18 03:57:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-02-18 03:57:36 +0000 |
| commit | 81903466f19ad4fc640f6e7fddc8ddba9162b2e6 (patch) | |
| tree | 3d48016ac296aeb667d52f396ee36fe7ce5ac481 | |
| parent | 22f799662ba01a7b30c4ce26e20c1f0323254584 (diff) | |
| download | emacs-81903466f19ad4fc640f6e7fddc8ddba9162b2e6.tar.gz emacs-81903466f19ad4fc640f6e7fddc8ddba9162b2e6.zip | |
(struct font_driver): Fix typo.
| -rw-r--r-- | src/font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.h b/src/font.h index 476944c9e42..60525501703 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -509,7 +509,7 @@ struct font_driver | |||
| 509 | 509 | ||
| 510 | /* List fonts exactly matching with FONT_SPEC on FRAME. The value | 510 | /* List fonts exactly matching with FONT_SPEC on FRAME. The value |
| 511 | is a list of font-entities. The font properties to be considered | 511 | is a list of font-entities. The font properties to be considered |
| 512 | are: :foundly, :family, :adstyle, :registry, :script, :lang, and | 512 | are: :foundry, :family, :adstyle, :registry, :script, :lang, and |
| 513 | :otf. See the function `font-spec' for their meanings. Note | 513 | :otf. See the function `font-spec' for their meanings. Note |
| 514 | that the last three properties are stored in FONT_EXTRA_INDEX | 514 | that the last three properties are stored in FONT_EXTRA_INDEX |
| 515 | slot of FONT_SPEC. | 515 | slot of FONT_SPEC. |
| @@ -530,9 +530,9 @@ struct font_driver | |||
| 530 | font-entities. */ | 530 | font-entities. */ |
| 531 | Lisp_Object (*list) P_ ((Lisp_Object frame, Lisp_Object font_spec)); | 531 | Lisp_Object (*list) P_ ((Lisp_Object frame, Lisp_Object font_spec)); |
| 532 | 532 | ||
| 533 | /* Return a font-entity most closely maching with FONT_SPEC on | 533 | /* Return a font-entity most closely matching with FONT_SPEC on |
| 534 | FRAME. Which font property to consider, and how to calculate the | 534 | FRAME. Which font property to consider, and how to calculate the |
| 535 | closeness is detemined by the font backend, thus | 535 | closeness is determined by the font backend, thus |
| 536 | `face-font-selection-order' is ignored here. | 536 | `face-font-selection-order' is ignored here. |
| 537 | 537 | ||
| 538 | The properties that the font-entity has is the same as `list' | 538 | The properties that the font-entity has is the same as `list' |