emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2f86095 2/3: * src/font.h: Fix commentary.


From: Paul Eggert
Subject: [Emacs-diffs] master 2f86095 2/3: * src/font.h: Fix commentary.
Date: Mon, 4 Mar 2019 03:05:11 -0500 (EST)

branch: master
commit 2f86095c360831e5ecf97d67f2960c8c5a336002
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 620dd90..3720650 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]