diff options
author | Kenichi Handa <handa@m17n.org> | 2003-10-06 11:24:18 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-10-06 11:24:18 +0000 |
commit | dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b (patch) | |
tree | ea452439d624a4aec8378b4072a748be35771de8 /src/fontset.h | |
parent | 0e3dd87aae8b4a587c885f35a84781a545f7dd58 (diff) | |
download | emacs-dcafe1c7b8efc5c1e8176abab91cfb7e4a065f5b.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/fontset.h')
-rw-r--r-- | src/fontset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 5c70eddecdc..0fe186d0ff7 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -43,7 +43,8 @@ struct font_info /* Full name of the font given by a window system. */ char *full_name; - /* Charset of characters displayed by the font. */ + /* Charset to encode a character code into a glyph code of the + font. */ int charset; #ifdef WINDOWSNT |