aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.h2
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