emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 c2595b8dcc 1/2: ; * src/font.h (struct font_driver): Comment fi


From: Eli Zaretskii
Subject: emacs-28 c2595b8dcc 1/2: ; * src/font.h (struct font_driver): Comment fix.
Date: Mon, 19 Sep 2022 12:00:49 -0400 (EDT)

branch: emacs-28
commit c2595b8dcc3c46d2097f1ec25050da0c5efa55b2
Author: Manuel Giraud <manuel@ledu-giraud.fr>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/font.h (struct font_driver): Comment fix.
---
 src/font.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/font.h b/src/font.h
index 97e8c5b43a..d083ae8f84 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,



reply via email to

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