From: Paul Eggert Date: Mon, 4 Mar 2019 08:04:27 +0000 (-0800) Subject: * src/font.h: Fix commentary. X-Git-Tag: emacs-27.0.90~3491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f86095c360831e5ecf97d67f2960c8c5a336002;p=emacs.git * src/font.h: Fix commentary. --- 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