]> git.eshelyaron.com Git - emacs.git/commitdiff
; More comment fixes in font.h (bug#57935)
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Sep 2022 15:57:32 +0000 (18:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Sep 2022 15:58:25 +0000 (18:58 +0300)
src/font.h

index d083ae8f842d5a822962d6d0ea2aa793cdc7dff5..5564d73b712c63dda319b8b0f47ce512b80d52f5 100644 (file)
@@ -659,7 +659,7 @@ struct font_driver
 
   /* Optional.
      Draw glyphs between FROM and TO of S->char2b at (X Y) pixel
-     position of frame S->F with S->FACE and S->GC.  If WITH_BACKGROUND,
+     position of frame S->f with S->face and S->gc.  If WITH_BACKGROUND,
      fill the background in advance.  It is assured that WITH_BACKGROUND
      is false when (FROM > 0 || TO < S->nchars).  */
   int (*draw) (struct glyph_string *s, int from, int to,