From: Manuel Giraud Date: Mon, 19 Sep 2022 15:15:50 +0000 (+0200) Subject: ; * src/font.h (struct font_driver): Comment fix. X-Git-Tag: emacs-28.3-rc1~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2595b8dcc3c46d2097f1ec25050da0c5efa55b2;p=emacs.git ; * src/font.h (struct font_driver): Comment fix. --- diff --git a/src/font.h b/src/font.h index 97e8c5b43ab..d083ae8f842 100644 --- a/src/font.h +++ b/src/font.h @@ -659,7 +659,7 @@ struct font_driver /* Optional. Draw glyphs between FROM and TO of S->char2b at (X Y) pixel - position of frame 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,