From 2f86095c360831e5ecf97d67f2960c8c5a336002 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Mar 2019 00:04:27 -0800 Subject: [PATCH] * src/font.h: Fix commentary. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 The properties that the font-entity has are the same as described for the `list' method above. */ - Lisp_Object (*match) (struct frame *f, Lisp_Object spec); + Lisp_Object (*match) (struct frame *f, Lisp_Object font_spec); /* Optional. List available families. The value is a list of family names -- 2.39.5