Mercurial > emacs
diff src/dispextern.h @ 42709:0b6760fd748e
Fix wording of a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sun, 13 Jan 2002 11:39:09 +0000 |
| parents | 615c460b28c7 |
| children | 895aff55e46c |
line wrap: on
line diff
--- a/src/dispextern.h Sun Jan 13 10:16:17 2002 +0000 +++ b/src/dispextern.h Sun Jan 13 11:39:09 2002 +0000 @@ -1190,8 +1190,8 @@ #ifdef HAVE_WINDOW_SYSTEM - /* If non-zero, a GC we can use without modification to draw - characters in this face. */ + /* If non-zero, this is a GC that we can use without modification for + drawing the characters in this face. */ GC gc; /* Font used for this face, or null if the font could not be loaded
