diff options
| author | Paul Eggert | 2019-03-04 00:04:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-03-04 00:05:04 -0800 |
| commit | 2f86095c360831e5ecf97d67f2960c8c5a336002 (patch) | |
| tree | 380a908d97314346fb7f09b92d53a43eb0b7aa81 /src | |
| parent | 5c2563a5472cd5580e7af570aa320ac581ad1985 (diff) | |
| download | emacs-2f86095c360831e5ecf97d67f2960c8c5a336002.tar.gz emacs-2f86095c360831e5ecf97d67f2960c8c5a336002.zip | |
* src/font.h: Fix commentary.
Diffstat (limited to 'src')
| -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 620dd904a00..3720650a2e1 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -606,7 +606,7 @@ struct font_driver | |||
| 606 | 606 | ||
| 607 | The properties that the font-entity has are the same as described | 607 | The properties that the font-entity has are the same as described |
| 608 | for the `list' method above. */ | 608 | for the `list' method above. */ |
| 609 | Lisp_Object (*match) (struct frame *f, Lisp_Object spec); | 609 | Lisp_Object (*match) (struct frame *f, Lisp_Object font_spec); |
| 610 | 610 | ||
| 611 | /* Optional. | 611 | /* Optional. |
| 612 | List available families. The value is a list of family names | 612 | List available families. The value is a list of family names |